Changed property of longDateFormat to function

This commit is contained in:
Harel M
2015-05-06 18:07:26 +03:00
parent 99d79982e4
commit 36e3c3b7c9
+1 -1
View File
@@ -325,7 +325,7 @@ declare module moment {
weekdays?: any;
weekdaysShort?: any;
weekdaysMin?: any;
longDateFormat?: MomentLongDateFormat;
longDateFormat(formatType: string): string;
relativeTime?: MomentRelativeTime;
meridiem?: (hour: number, minute: number, isLowercase: boolean) => string;
calendar?: MomentCalendar;