S
Scott
If I have a datetime sql field with afternoon datetime values like below in
DATETIME VALUE, how can I display the time part in ASP as 1:00 PM, instead
of 13:00 PM as seen in CURRENT RESULTS below?
Currently, I'm getting my CURRENT RESULTS by using the HOUR() function. Is
there a way to display just the time part in "non-Military" time format?
DATETIME VALUE:
2006-01-24 13:30:00.000
CURRENT RESULTS::
13:30 PM
DESIRED RESULTS:
1:30 PM
DATETIME VALUE, how can I display the time part in ASP as 1:00 PM, instead
of 13:00 PM as seen in CURRENT RESULTS below?
Currently, I'm getting my CURRENT RESULTS by using the HOUR() function. Is
there a way to display just the time part in "non-Military" time format?
DATETIME VALUE:
2006-01-24 13:30:00.000
CURRENT RESULTS::
13:30 PM
DESIRED RESULTS:
1:30 PM