gnome-shell/js/misc
Carmen Bianca Bakker 0f542c2e16 Remove padding from date strings
The padding is removed by using %-d instead of %e or %d.

Examples:

"%B %d %Y"  -> "October 04 2018"

"%B %e %Y"  -> "October  4 2018"

"%B %-d %Y" -> "October 4 2018"

https://gitlab.gnome.org/GNOME/gnome-shell/issues/666
2018-10-25 13:05:47 +02:00
..
config.js.in fileUtils: Add helper for loading D-Bus XML from resource 2018-09-17 07:34:49 +00:00
extensionUtils.js Explicitly convert raw data to strings 2018-07-31 16:28:53 +00:00
fileUtils.js fileUtils: Make loadInterfaceXML usable from tests 2018-10-08 21:27:21 +02:00
gnomeSession.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
history.js history: Stop saving non-consecutive duplicate entries 2018-09-26 08:38:47 +02:00
ibusManager.js keyboard: Listen to IbusPanelService::focus-in/out to track focus changes 2018-09-25 23:49:42 +00:00
inputMethod.js inputMethod: Use forward_key() method to forward key events 2018-10-08 16:35:53 +00:00
jsParse.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
keyboardManager.js keyboardManager: Avoid idempotent calls to meta_backend_set_keymap() 2018-10-23 09:45:02 +00:00
loginManager.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
meson.build networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
modemManager.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
objectManager.js objectManager: correct other invalid index code in onNameVanished 2018-09-03 22:40:46 +00:00
params.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
permissionStore.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
smartcardManager.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
systemActions.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
util.js Remove padding from date strings 2018-10-25 13:05:47 +02:00
weather.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00