added zoneAbbr() ,zoneName() support

This commit is contained in:
gayansolid
2016-02-25 14:00:16 +05:30
parent ab2462147a
commit 48d6f855d3
+2
View File
@@ -9,6 +9,8 @@ declare module moment {
interface Moment {
tz(): string;
tz(timezone: string): Moment;
zoneAbbr() :Moment;
zoneName() :Moment;
}
interface MomentStatic {