skip to main
|
skip to sidebar
Sree blog
Thursday, April 30, 2009
What is the equivalent of date() and time() in ASP.NET?
VB.NET
System.DateTime.Now.ToShortDateString()
System.DateTime.Now.ToShortTimeString()
C#
System.DateTime.Now.ToShortDateString();
System.DateTime.Now.ToShortTimeString();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(52)
►
June
(36)
►
May
(8)
▼
April
(8)
What is the equivalent of date() and time() in ASP...
What is reflection?
What is Storyboard?
What is XAML ?
Silverlight Versions
What is an Assembly?
What is a CLR?
What is an IL?
No comments:
Post a Comment