I have a form that has a time in and time out field. When I enter a time into the field I always get an "AM" time. How do I change that so that anything after 11:59 AM shows up as PM? Also I have a little problem when I try to use the form in Acrobat, every time I hit tab the JS console pops open.....how do I stop that?
If you do not specify the time is post meridiem JavaScript assume ante meridiem. Or you will need to use the 24 hour format.
George Kaiser