Hi, I would like to change Time Format.
AM/PM format to 24h/day format.
Is this possible ?
Think's by advanced.
Lazer
Can you be a little more specific please?
You can adjust the time format for your PocketPC by using Settings->System->Regional Settings.
If there is a specific part of the standard skin you would like to re-format somehow, please let us know.
In fact my pocket PC is set in french formet so it's ok for this part.
However in the todayPlus's agenda the time format is set in AM/PM. When I look my appointments there is for exemple "11:00-01:00 lunch". What I want is "11:00-13:00 lunch".
It is clear to you ? I hope so.
Think's,
Lazer
I found how to do it.
For the time Zone juste change one parameter in line Time
time,<x>,<y>,<id>,<format>,<justification> where format is the string to change as follow :
1 -> 12 hr format, with date
2 -> 12 hr format, no date
3 -> 24 hr format, with date
4 -> 24 hr format, no date
Those parameter are one the slider.txt
To change time format in Calendar you have to change parameter on config.txt
At the end of the file there is parameters for calendar and agenda.
To change time format just replace the string hh:mm by the following parameter to obtain what you want :
h -> Hours with no leading zero for single-digit hours; 12-hour clock
hh -> Hours with leading zero for single-digit hours; 12-hour clock
H -> Hours with no leading zero for single-digit hours; 24-hour clock
HH -> Hours with leading zero for single-digit hours; 24-hour clock
m -> Minutes with no leading zero for single-digit minutes
mm -> Minutes with leading zero for single-digit minutes
s -> Seconds with no leading zero for single-digit seconds
ss -> Seconds with leading zero for single-digit seconds
t -> One character time marker string, such as A or P
tt -> Multicharacter time marker string, such as AM or PM
Sorry for the new user question, but how do I change the cities in the time section. I looked in config.txt and I thought the numbers had to do with the offset from GMT but a quick look told me London couldn't be 85 anything.
Thanks.
Quote from: bookieSorry for the new user question, but how do I change the cities in the time section. I looked in config.txt and I thought the numbers had to do with the offset from GMT but a quick look told me London couldn't be 85 anything.
To change the time setings, you need to edit the time section in your config file. The format is as follows:
time,<id>,<time id><name>Where
time id is the "Timezone Index" from the list in the Skin Reference or Timezone Reference files found here (http://dark-mojo.com/TodayPlus/viewtopic.php?t=3).
To change which clocks are being displayed, see the second half of this post (http://dark-mojo.com/TodayPlus/viewtopic.php?p=3955#3955).
By the way, I believe you need to have format=5 to be able to use the Date/Time format strings (i.e. "hh:mm"). The command format is:
time,<x>,<y>,<time ID from config>,5,<justification>,<date string (optional)>,<time string (optional)>