fcy
|
| Posted: 08/09/2002, 2:56 PM |
|
I'm using ASP and Access/timefield set to medium time.
I need to collect several date/time pairs. I'm having no problem getting date into a short date access field....it just works. But......
Can anyone help/point me to a method to handle/enter time? ex 8:30 PM
|
|
|
 |
Nicole
|
| Posted: 08/12/2002, 5:05 AM |
|
Hello,
do you mean you want to force users to enter time in given format? In this case I suggest you to use client side validation or input mask for the time field. Look for ready scripts at www.hotscripts.com and www.faqts.com
|
|
|
 |
kangus
|
| Posted: 08/12/2002, 7:46 AM |
|
Upgrade to CCS; To set the data entry format click on the date field in design view, click on Format in the Properties window and enter the Time format: HH:nn:ss is 24 hour time with leading zeros while H:n:s is the same without leading zeros.
The price of the upgrade is worth it.
|
|
|
 |
|