From 41d0bd185c19c8a51ed9b85700f52181b6cc5012 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Dec 2017 02:09:15 +0100 Subject: color stuff, building settings form --- public/assets/js/util/format.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/assets/js/util/format.js') diff --git a/public/assets/js/util/format.js b/public/assets/js/util/format.js index be7e3c0..4630fc9 100644 --- a/public/assets/js/util/format.js +++ b/public/assets/js/util/format.js @@ -58,7 +58,8 @@ function verbose_date (date, no_pad_hours) { if (m < 10) m = "0" + m if (! no_pad_hours && h < 10) h = "0" + h - var date = d + '‑' + short_months[date.getMonth()] + '‑' + date.getFullYear() + // non-breaking hyphen: ‑ + var date = d + ' ' + short_months[date.getMonth()] + ' ' + date.getFullYear() var time = h + ':' + m + meridian return [date, time] -- cgit v1.2.3-70-g09d2