Daniel-Khodabakhsh / datetime-format

Gnome extension which allows users to customise the datetime format on the status bar and date menu.
GNU General Public License v3.0
30 stars 15 forks source link

Added '+' prefix option to capitalize the words #3

Open lucarota opened 7 years ago

lucarota commented 7 years ago

Hi,

In my locale the days and months name are all lowercase. But I prefer capitalized ones. I added a simple '+' sign prefix as format option. With this patch you can use, for example, +%A to get the day name with the first letter uppercase.

Cheers, Luca