Format Datetime in vb.net
I can never find out just how to format datetime using vb.net. But, found this page, which I think is helpful.
I can never find out just how to format datetime using vb.net. But, found this page, which I think is helpful.
RSS feed for comments on this post · TrackBack URI
Harry Wood said,
February 14, 2007 @ 7:26 pm
Yeah the Format Pattern table on that page is particularly helpful. You can make up your own date time formats.
e.g. : formaDateTime.Now.ToString(“yyyy-mm-dd_hh-mm_ss”)