Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get first of current month python

from datetime import datetime, date

print(date.today().replace(day=1))
Source by deepmatter.ai #
 
PREVIOUS NEXT
Tagged: #current #month #python
ADD COMMENT
Topic
Name
2+3 =