The Python Oracle

How do I get the day of week given a date?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Techno Intrigue Looping

--

Chapters
00:00 Question
00:39 Accepted answer (Score 1336)
01:01 Answer 2 (Score 383)
01:16 Answer 3 (Score 226)
01:32 Answer 4 (Score 109)
01:53 Thank you

--

Full question
https://stackoverflow.com/questions/9847...

Accepted answer links:
[documentation]: https://docs.python.org/3/library/dateti...

Answer 3 links:
https://docs.python.org/3/library/dateti...

Answer 4 links:
[date.weekday()]: https://docs.python.org/3/library/dateti...
[date.isoweekday()]: https://docs.python.org/3/library/dateti...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #date #datetime #time #weekday

#avk47