» 
asp time format
I'm creating an asp webpage which is pulling information out of an Access database. The time format in Access is set to Medium Time (hh:mm AM/PM). When i run a select query through my asp page the format of the time changes to hh:mm:ss AM/PM.
How do i change the time format in my vbscript so that it displays the times in the same format as my database?
|