I have the followin line in my locale file for the time format
$locale_info["LOCALE_STIMEFORMAT"]="HH:mm:ss";
this suppose to show 24H time format
but in the interface the time is shown as 01:00 00:00 without AM of PM
so I never know if this is 13:00 or 01:00
if I fill in 13:00 in edit/add field it get into db as 13:00 but still show as 01:00 without PM
is there a way to show AM and PM after the time or better to show it like 13:00
I use ms-sql db and this is about a datetime field so the full field is
30-11-2005 01:00:00:00
thanks in advance
kind regards,
otman