* If the user has not selected a time format, make a guess about 12 hour or 24 hour...
authorArt Cancro <ajc@citadel.org>
Wed, 21 Jan 2009 05:08:17 +0000 (05:08 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Jan 2009 05:08:17 +0000 (05:08 +0000)
commit5ce86704099f64e37627914c6fcaf72ac786fc88
tree818dbc6148b13f967b44f1c1bc5ba956b02978f7
parent58f4b42b92231fc75532578af66cc5b776d1a54a
* If the user has not selected a time format, make a guess about 12 hour or 24 hour format based on the locale.  If strftime('%X') contains the letter 'M' then we go with 12 hour format; otherwise 24 hour.
webcit/fmt_date.c
webcit/webcit.h