XploreDotNet
Known Is A Drop,UnKnown Is An Ocean....
Njoy Programming
Thursday, September 4, 2008
How To Get The Day Name From The Given Date Using C#
DateTime
dt =
DateTime
.Parse(
"08/08/2001"
);
Response.Write(dt.DayOfWeek);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Loading...
No comments:
Post a Comment