The Digital Clock applet doesn't show the am/pm notification
Posted: Mon Sep 06, 2010 6:21 am
On "Clock format" I put this:
and the result is:
while it should be:
My locale is en_GB UTF8
Why it doesn't work?
Code: Select all
%A %d/%m :: %I:%M %P
Code: Select all
Monday 06/09 :: 08:20
Code: Select all
Monday 06/09 :: 08:20 am
Why it doesn't work?