Jump to content

Garage Clock Formatting Error


Recommended Posts

Hiya, Aslain. Just a heads up that time is not displaying properly. Instead of '12:mm' showing for 12pm, it's displaying '00:mm' (mm = 2-digit minutes).

The clock.xc file has '{{H%02d}}' for the hour formatting. I don't know enough of programming to tell this to display 12 instead of 00.
Got a quick idea so I can fix this myself?


Screenshot:
post-1234-0-72326400-1414860480_thumb.jp

Link to comment
  • Administrator

{{H....}} is correct according to the manual: 

 

    // Macros available (case sensitive):

    // Доступные макросы (чувствительны к регистру):
    //
    // {{Y}}     - full year (4 digits)       / год (4 цифры)
    // {{MMM}}   - full month name (January)  / Полное название месяца (Январь)
    // {{MM}}    - short month name (Jan)     / Укороченное название месяца (Янв)
    // {{M}}     - month number (1-12)        / номер месяца в году (1-12)
    // {{D}}     - day number (1-31)          / Номер дня в месяце (1-31)
    // {{WW}}    - full weekday name (Monday) / Полное название дня недели (Понедельник)
    // {{W}}     - short weekday name (Mon)   / Укороченное название дня недели (Пон)
    // {{h}}     - hour                       / часы
    // {{m}}     - minute                     / минуты
    // {{s}}     - second                     / секунды
    // {{H}}     - hour in 12-hour format     / часы в 12-часовом формате
    // {{AM|PM}} - AM/PM                      / AM/PM
 
I will check after 00:00 how it displays to me.
  • Upvote 1
Link to comment
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.