Trying to get SQL Server's returned DATETIME format:
2001-05-15 10:32:23.670
parsed into 2 seperate columns, a DATE and a TIME..
my_Date_Column: 2001-05-15
my_Time_Column: 10:32:23.670 (microsec's not req'd)
anyone have a routine which PARSEs the DATETIME value returned by SQL??
thx, Bill
2001-05-15 10:32:23.670
parsed into 2 seperate columns, a DATE and a TIME..
my_Date_Column: 2001-05-15
my_Time_Column: 10:32:23.670 (microsec's not req'd)
anyone have a routine which PARSEs the DATETIME value returned by SQL??
thx, Bill