Path: blob/master/Datetime/Datetime_Get_the_weekday_of_the_current_date.ipynb
2973 views
Kernel: Python 3
Datetime - Get the weekday of the current date
Tags: #datetime #weekday #python #library #get #date
Author: Florent Ravenel
Last update: 2023-11-16 (Created: 2023-11-16)
Description: This notebook will get the weekday of the current date: Monday is 0 and Sunday is 6.
Input
Import libraries
In [ ]:
Setup variables
today
: date to get the weekday from
In [ ]:
Model
Get weekday
In [ ]:
Output
Display result
In [ ]: