SimpleDateFormat Flashcards

1
Q

Creates an instance of SimpleDateFormat to use the given pattern.

A

SimpleDateFormat(String pattern)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SimpleDateFormat pattern for Era (BC/AD)

A

G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SimpleDateFormat pattern for year.

A

y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SimpleDateFormat pattern for week year.

A

Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SimpleDateFormat pattern for Month (in year)

A

M

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SimpleDateFormat pattern for Week (in year)

A

w

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SimpleDateFormat pattern for Week (in month)

A

W

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SimpleDateFormat pattern for Day (in year)

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SimpleDateFormat pattern for Day(in month)

A

d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SimpleDateFormat pattern for Day of week in month.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SimpleDateFormat pattern for Day name in week.

A

E

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SimpleDateFormat pattern for Day number of week (value range from 1-7)

A

u

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SimpleDateFormat pattern for am/pm

A

a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

SimpleDateFormat pattern for Hour (0-23)

A

H

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SimpleDateFormat pattern for Hour (1-24)

A

k

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

SimpleDateFormat pattern for Hour in am/pm (0-11)

A

K

17
Q

SimpleDateFormat pattern for Hour in am/pm(1-12)

A

h

18
Q

SimpleDateFormat pattern for Minute

A

m

19
Q

SimpleDateFormat pattern for Second

A

s

20
Q

SimpleDateFormat pattern for Millisecond

A

S

21
Q

SimpleDateFormat pattern for Time Zone

A

z