From: Patrick Westerhoff Date: Thu, 14 Jul 2016 14:26:49 +0000 (+0200) Subject: Add date to UnitOfTime X-Git-Tag: 2.15.0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1c22d8ee0c273ae4bd61f47015a085869bd329;p=thirdparty%2Fmoment.git Add date to UnitOfTime - `date` refers to the day of the month - `day` refers to the day of the week --- diff --git a/moment.d.ts b/moment.d.ts index 39b48bd82..e0eb68d66 100644 --- a/moment.d.ts +++ b/moment.d.ts @@ -217,8 +217,8 @@ declare namespace moment { "quarter" | "quarters" | "Q" | "month" | "months" | "M" | "week" | "weeks" | "w" | - "date" | - "day" | "days" | "d" | + "date" | "dates" | "d" | + "day" | "days" | "hour" | "hours" | "h" | "minute" | "minutes" | "m" | "second" | "seconds" | "s" |