68

enter image description here

I would like to show the date in the bar up the top there (next to the time). I can not see any obvious way to enable this.

muru
  • 207,228
wim
  • 13,088

7 Answers7

103

As a regular user run this in a terminal when using GNOME Shell:

gsettings set org.gnome.desktop.interface clock-show-date true
David Foerster
  • 36,890
  • 56
  • 97
  • 151
itnet7
  • 3,509
40

Not an ubuntu user but, if you install gnome-tweak-tool, you'll have a nice gui to adjust things like this.

I'm guessing your install from repo might be something like:

apt-get install gnome-tweak-tool
Renato
  • 103
11

For Ubuntu 17.10, I found using the gnome-tweak-tool to be the most convenient way.

  • Install gnome-tweak-tool if not already installed.

     sudo apt install gnome-tweak-tool
    
  • Start the tool, either from command line, $ gnome-tweak-tool or using Dash (tweak).

  • Select Top Bar from left and then make the necessary changes at right under Clock.

enter image description here

Pablo Bianchi
  • 17,371
Masroor
  • 3,203
5

For most people, the command line option supplied by itnet7 is probably the quickest.

However, if you like a GUI, you can use the tool dconf-editor. Simply run "dconf-editor". It is included by default with many distributions, but should be in the repositories if it isn't installed.

One you've started dconf-editor, follow the tree of settings to: org-gnome-shell-clock

and change the "Show date" checkbox (as shown below), and the seconds display for the clock too, if you like that sort of thing.

dconf-editor settng for panel clock

Edit: This has changed slightly for Ubuntu 12.10. Using dconf-editor, date & time settings are now located under com-canonical-indicator-appmenu-datetime.

For GNOME Shell 3.30.2 the key is org.gnome.desktop.interface clock-show-date.

Pablo Bianchi
  • 17,371
John T
  • 425
2

I installed the "Clock override" extension for gnome-shell, which let's you configure how the date and time is displayed. https://extensions.gnome.org/extension/1206/clock-override/

Screenshot: "2018-05-03 14:32"

2

In Ubuntu 12.04 you click on the time in the bar then:

  • Click on Time & Settings
  • Click the Clock tab
  • In the clock, show:
    • Check Weekday and/or Date and month
-1

REF: How do I show date next to time in the panel with gnome-shell? Ubuntu 18.04: The tool "dconf-editor" also works GREAT in 18.04, although the location (in the editor) has changed. dconf-editor is easily added with the included Ubuntu Software app. Simply search for "date" with deconf-editor's search feature and turn date "on".