mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
commit
393c2013fe
@ -255,6 +255,7 @@ moment.locale('en', {
|
||||
weekdaysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
||||
weekdaysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
||||
longDateFormat: {
|
||||
LTS: "h:mm:ss A",
|
||||
LT: "h:mm A",
|
||||
L: "MM/DD/YYYY",
|
||||
LL: "MMMM D YYYY",
|
||||
@ -376,6 +377,7 @@ moment.locale('en', {
|
||||
|
||||
moment.locale('en', {
|
||||
longDateFormat : {
|
||||
LTS: "h:mm:ss A",
|
||||
LT: "h:mm A",
|
||||
L: "MM/DD/YYYY",
|
||||
l: "M/D/YYYY",
|
||||
@ -390,6 +392,7 @@ moment.locale('en', {
|
||||
|
||||
moment.locale('en', {
|
||||
longDateFormat : {
|
||||
LTS: "h:mm:ss A",
|
||||
LT: "h:mm A",
|
||||
L: "MM/DD/YYYY",
|
||||
LL: "MMMM Do YYYY",
|
||||
|
||||
4
moment/moment-node.d.ts
vendored
4
moment/moment-node.d.ts
vendored
@ -19,7 +19,7 @@ declare module moment {
|
||||
month?: number;
|
||||
/** Month */
|
||||
M?: number;
|
||||
|
||||
|
||||
/** Week */
|
||||
weeks?: number;
|
||||
/** Week */
|
||||
@ -346,11 +346,13 @@ declare module moment {
|
||||
LLL: string;
|
||||
LLLL: string;
|
||||
LT: string;
|
||||
LTS: string;
|
||||
l?: string;
|
||||
ll?: string;
|
||||
lll?: string;
|
||||
llll?: string;
|
||||
lt?: string;
|
||||
lts?: string;
|
||||
}
|
||||
|
||||
interface MomentRelativeTime {
|
||||
|
||||
@ -266,6 +266,7 @@ moment.locale('en', {
|
||||
weekdaysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
||||
weekdaysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
||||
longDateFormat: {
|
||||
LTS: "h:mm:ss A",
|
||||
LT: "h:mm A",
|
||||
L: "MM/DD/YYYY",
|
||||
LL: "MMMM D YYYY",
|
||||
@ -387,6 +388,7 @@ moment.locale('en', {
|
||||
|
||||
moment.locale('en', {
|
||||
longDateFormat : {
|
||||
LTS: "h:mm:ss A",
|
||||
LT: "h:mm A",
|
||||
L: "MM/DD/YYYY",
|
||||
l: "M/D/YYYY",
|
||||
@ -401,6 +403,7 @@ moment.locale('en', {
|
||||
|
||||
moment.locale('en', {
|
||||
longDateFormat : {
|
||||
LTS: "h:mm A",
|
||||
LT: "h:mm A",
|
||||
L: "MM/DD/YYYY",
|
||||
LL: "MMMM Do YYYY",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user