
Time function, displaying AM PM
Whenever I attempt to insert the current 'time' into a
form text box, the AM or PM sign is not displayed. Then
when I insert the time value inside the text box into a
Access table, the time is displayed as AM.
Any ideas how I can get this ASP page to display the PM or
AM sign inside the form text box?
i'm using the following code to insert time:
<input type="text" name="Time" size="15" value=<%
=FormatDateTime(time, vblongtime)%>>