From 7c385a7877aa4b0163dda6206f656846db2cf039 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 17 Sep 2015 12:32:47 -0400 Subject: iOS9 fixes (which includes ionic updates to 1.1.0) --- www/lib/moment/locale/en-gb.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/lib/moment/locale/en-gb.js') diff --git a/www/lib/moment/locale/en-gb.js b/www/lib/moment/locale/en-gb.js index 924e591d..fb762835 100644 --- a/www/lib/moment/locale/en-gb.js +++ b/www/lib/moment/locale/en-gb.js @@ -20,8 +20,8 @@ LTS : 'HH:mm:ss', L : 'DD/MM/YYYY', LL : 'D MMMM YYYY', - LLL : 'D MMMM YYYY LT', - LLLL : 'dddd, D MMMM YYYY LT' + LLL : 'D MMMM YYYY HH:mm', + LLLL : 'dddd, D MMMM YYYY HH:mm' }, calendar : { sameDay : '[Today at] LT', @@ -63,4 +63,4 @@ return en_gb; -})); +})); \ No newline at end of file -- cgit v1.2.3