I really like these sweet icons by Maxone 🙂
=> HERE
Credits to Max Patrese for base script.
Iconoclasm layout included in the folder ‘Extras’ .. also one or two other things 😉
Instructions:
Your location is to set in the script at ‘var locale’.
For 24h mode simply add this double slash ..
<!– Convert the hours component to 12-hour format if needed –>
//currentHours = ( currentHours > 12 ) ? currentHours – 12 : currentHours;