This topic is locked

Time Format

1/5/2004 5:40:50 PM
ASPRunnerPro General questions
T
toniadm author

I have an Access 97 database that gives the difference between a start time and an end time. The column that contains the difference displays as a time with either AM or PM. I have updated my computer's regional settings and have formatted the column in Access to display correctly. When it's published to the web it reverts back to a regular time display with AM or PM.
This is what the columns look like in the Access database.
START TIME END TIME TOTAL

7:59:12 AM 8:04:39 AM 0:05:27
This is what it looks like after it is published to the web.
START TIME END TIME TOTAL

7:59:12 AM 8:04:39 AM 12:05:27 AM
How can I get the total column to display the same format as the one in the Access database after it is published to the web?
Thanks in advance for any assistance,

toniadm

Sergey Kornilov admin 1/5/2004

toniadm,
this happening bevause regional settings are different on the Web server and on your local box.
You can play with regional settings in ASPRunner ( Miscellaneous tab ) to customize time values appearance. If it doesn't help you may want to display correct value manually.
Best regards,

Sergey Kornilov