icon: package
datetime.now()
Returns the current date and time as a datetime object.
datetime
date.today()
Returns the current local date as a date object.
date
:::code source="../../python/datetime.py" :::