Re: 24 hour time issue

2003-02-10 Thread david
Mario Kulka wrote: > hi, > My form asks for the time in the format hh? mm? am/pm? > However before I combine it all into one value (so I can insert it into my > MySQL table) I would like to change the format to military time. I thought > I could simply add 12 to the "hh" value when "am/pm" is pm,

Re: 24 hour time issue

2003-02-10 Thread Rob Dixon
Mario Kulka wrote: > hi, > My form asks for the time in the format hh? mm? am/pm? > However before I combine it all into one value (so I can insert it > into my MySQL table) I would like to change the format to military > time. I thought I could simply add 12 to the "hh" value when "am/pm" > is pm,

RE: 24 hour time issue

2003-02-10 Thread Bob Showalter
mario kulka wrote: > hi, > My form asks for the time in the format hh? mm? am/pm? > However before I combine it all into one value (so I can insert it > into my MySQL table) I would like to change the format to military > time. I thought I could simply add 12 to the "hh" value when "am/pm" > is pm,