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/el.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/lib/moment/locale/el.js') diff --git a/www/lib/moment/locale/el.js b/www/lib/moment/locale/el.js index 1ee704da..ee580e78 100644 --- a/www/lib/moment/locale/el.js +++ b/www/lib/moment/locale/el.js @@ -39,8 +39,8 @@ LTS : 'h:mm:ss A', L : 'DD/MM/YYYY', LL : 'D MMMM YYYY', - LLL : 'D MMMM YYYY LT', - LLLL : 'dddd, D MMMM YYYY LT' + LLL : 'D MMMM YYYY h:mm A', + LLLL : 'dddd, D MMMM YYYY h:mm A' }, calendarEl : { sameDay : '[Σήμερα {}] LT', @@ -90,4 +90,4 @@ return el; -})); +})); \ No newline at end of file -- cgit v1.2.3