Functions Flashcards

1
Q

date(“l”);

A

Gets the current day of the week in written value ie “Saturday”.

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

date(“d”);

A

Gets the current day of the week in numerical value ie “06”.

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

date(“F”);

A

Gets the current month in written value ie “April”.

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

date(“m”);

A

Gets the current month in numerical value ie “10”.

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

date(“Y”);

A

Gets the current year in 4 digits ie “2024”.

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

date(“y”);

A

Gets the current year in 2 digits ie “24”.

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

date(“js”);

A

Gets the current date of the month ie “6th”.

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