I'm using Gnome classic in Ubuntu 12.04 and I'm not able to find the settings that would allow me to display the date and day along with time in the clock of my indicator applet. Any idea how I can make the date and day appear along with the time?
When I click on the clock and then click on "Time and Date settings", I get the "System settings". From there when I click on "Date and time", I get a setting where I can just edit the date and time. I'm using 12.04 with Gnome classic. I removed unity.
time-format
to custom and changecustom-time-format
to something like%F %A
(full y-m-d date, and day-of-week). This gives complete flexibility over what to show. Seeman date
for more on how that works. – Aaron McDaid Sep 25 '14 at 10:10