-
Notifications
You must be signed in to change notification settings - Fork 0
/
moment_tokens.txt
70 lines (57 loc) · 1.42 KB
/
moment_tokens.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Month
M // 1 2 ... 11 12
Mo // 1st 2nd ... 11th 12th
MM // 01 02 ... 11 12
MMM // Jan Feb ... Nov Dec
MMMM // January February ... November December
Day of Month
D // 1 2 ... 30 30
Do // 1st 2nd ... 30th 31st
DD // 01 02 ... 30 31
Day of Year
DDD // 1 2 ... 364 365
DDDo // 1st 2nd ... 364th 365th
DDDD // 001 002 ... 364 365
Day of Week
d // 0 1 ... 5 6
dd // 00 01 ... 05 06
do // 0th 1st ... 5th 6th
ddd // Sun Mon ... Fri Sat
dddd // Sunday Monday ... Friday Saturday
Week of Year
w // 1 2 ... 52 53
wo // 1st 2nd ... 52nd 53rd
ww // 01 02 ... 52 53
ISO Week of Year
W // 1 2 ... 52 53
Wo // 1st 2nd ... 52nd 53rd
WW // 01 02 ... 52 53
Year
YY // 70 71 ... 29 30
YYYY // 1970 1971 ... 2029 2030
AM/PM
A // AM PM
a // am pm
Hour
H // 0 1 ... 22 23
HH // 00 01 ... 22 23
h // 1 2 ... 11 12
hh // 01 02 ... 11 12
Minute
m // 0 1 ... 58 59
mm // 00 01 ... 58 59
Second
s // 0 1 ... 58 59
ss // 00 01 ... 58 59
Fractional Second
S // 0 1 ... 8 9
SS // 0 1 ... 98 99
SSS // 0 1 ... 998 999
ss // 00 01 ... 58 59
Timezone
z or zz EST CST ... MST PST
Note: as of 1.6.0, the z/zz format tokens have been deprecated. Read more about it here.
Z // -07:00 -06:00 ... +06:00 +07:00
ZZ // -0700 -0600 ... +0600 +0700
Unix Timestamp
X // 1360013296