How can I get the full name of the day of the week in PHP like Monday
or Friday
?
Asked
Active
Viewed 54 times
-1

Emil Engler
- 489
- 5
- 14
1 Answers
1

Emil Engler
- 489
- 5
- 14

zod
- 12,092
- 24
- 70
- 106
-
'N' is the numeric representation of the day (1-7), it should be 'D' instead – Joffrey Schmitz Apr 30 '19 at 19:46
-
@JoffreySchmitz Yep 1 (for Monday) through 7 (for Sunday) – zod May 01 '19 at 14:20