1
0

datetime.md 255 B


icon: package

label: datetime

datetime.now()

Returns the current date and time as a datetime object.

date.today()

Returns the current local date as a date object.

Source code

:::code source="../../python/datetime.py" :::