We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a7fc7 commit 7bee47aCopy full SHA for 7bee47a
src/service/locale.js
@@ -51,7 +51,7 @@ angularServiceInject('$locale', function() {
51
SHORTDAY: 'Sun,Mon,Tue,Wed,Thu,Fri,Sat'.split(','),
52
AMPMS: ['AM','PM'],
53
medium: 'MMM d, y h:mm:ss a',
54
- short: 'M/d/yy h:mm a',
+ 'short': 'M/d/yy h:mm a',
55
fullDate: 'EEEE, MMMM d, y',
56
longDate: 'MMMM d, y',
57
mediumDate: 'MMM d, y',
0 commit comments