Last post Jun 22, 2006 02:33 AM by aaronnn
None
0 Points
19 Posts
Jun 14, 2006 10:03 PM|aaronnn|LINK
This i think is a real simple question . I am able to display the data in a label . However , i want it to display not in numbers but in words instead , such as 15 June 2006 , something like that .
I think theres a way for this ?
Thanks for any help ! :)
All-Star
24872 Points
4336 Posts
ASPInsiders
Moderator
MVP
Jun 14, 2006 11:07 PM|vcsjones|LINK
string formatted = DateTime.Now.ToString("D");
See this documentation as well:
http://msdn.microsoft.com/en-us/zdtaw1bw.aspx
Jun 22, 2006 02:33 AM|aaronnn|LINK
thanks for the website . i found a good website regarding to this , would like to share it to the rest . check it out :
http://riderdesign.com/articles/displayarticle.aspx?articleid=5
None
0 Points
19 Posts
Display Date in Words
Jun 14, 2006 10:03 PM|aaronnn|LINK
This i think is a real simple question . I am able to display the data in a label . However , i want it to display not in numbers but in words instead , such as 15 June 2006 , something like that .
I think theres a way for this ?
Thanks for any help ! :)
All-Star
24872 Points
4336 Posts
ASPInsiders
Moderator
MVP
Re: Display Date in Words
Jun 14, 2006 11:07 PM|vcsjones|LINK
See this documentation as well:
http://msdn.microsoft.com/en-us/zdtaw1bw.aspx
None
0 Points
19 Posts
Re: Display Date in Words
Jun 22, 2006 02:33 AM|aaronnn|LINK
thanks for the website . i found a good website regarding to this , would like to share it to the rest . check it out :
http://riderdesign.com/articles/displayarticle.aspx?articleid=5