R Reb Aug 26, 2003 #1 How do i convert this "Sun Jun 29 00:00:00 UTC 0800 2003" to the normal date format (mm/dd/yyyy). Thx Reb
How do i convert this "Sun Jun 29 00:00:00 UTC 0800 2003" to the normal date format (mm/dd/yyyy). Thx Reb
J Jeremy Cowles Aug 26, 2003 #2 You can also use SomeDate.ToShortDateString( ) to get it in the format you want (mm/dd/yyyy).
R Reb Aug 27, 2003 #4 -----Original Message----- You can also use SomeDate.ToShortDateString( ) to get it in the format you want (mm/dd/yyyy). may be necessary for . Click to expand...
-----Original Message----- You can also use SomeDate.ToShortDateString( ) to get it in the format you want (mm/dd/yyyy). may be necessary for . Click to expand...