TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nethra R S
NA
310
334.7k
Why is this date format used and where can it be used?
Nov 15 2011 12:34 AM
DateTime date1 = new DateTime(YY, MM, DD);
DateTime date2 = new DateTime(YY, 4, 1);
DateTime date3 = new DateTime(YY, 12, 31);
DateTime date4 = new DateTime(YY, 3, 31);
DateTime date5 = new DateTime(YY - 1, MM, DD);
DateTime date6 = new DateTime(YY + 1, MM, DD);
DateTime date7 = new DateTime(YY, 1, 1);
Reply
Answers (
2
)
Modifying Data in a Repeater control
Clearing Datagrid on Button click