elementaryOS: customize date & time in wingpanel

Quick hack for elementaryOS time display: use custom format.

Currently elementaryOS1 does not allow you to enter custom string for the date format showed at the top of the screen in wingpanel, but fortunately, there's an easy way to change it.

Open up slingshot, type dconf-editor and launch it ( if it's not installed, you need to install it via apt-get install dconf-editor ). This brings up a configuration editor. Navigate to com > canonical > indicator > datetime and edit the entry custom-time-format as you like. Change time-format to custom and you're done; it's going to change immediately.

elementary\_datetime\_dconf
elementary_datetime_dconf

To see the possibilities, enter man strftime to terminal.

The outcome:
elementary\_datetime\_result
elementary_datetime_result

(Oh, by the way: this entry was written by Peter Molnar, and originally posted on petermolnar dot net.)