For example I want to get the day (Sunday, Monday,...) of October 22. How can i do that?
|
|
|
||
|
|
|
|
Hi, You can use the
You will get :
And with the 'l' modifier, for the full textual representation :
You get :
Or the 'w' modifier, to get to number of the day (0 to 6, 0 being sunday, and 6 being saturday) :
You'll obtain :
|
||
|
|
|
|
|
||
|
|
