S
Scott
I have a datetime field that looks like 7/24/2004 8:45:00 AM
I just want to display 8:45 AM
<%= FormatDateTime(Now, 3 )%> returns: 8:45:00 AM
Any idea how to get rid of seconds?
I just want to display 8:45 AM
<%= FormatDateTime(Now, 3 )%> returns: 8:45:00 AM
Any idea how to get rid of seconds?