SyntaxFix
Write A Post
Hire A Developer
Questions
Use:
from datetime import datetime today = datetime.today() datem = datetime(today.year, today.month, 1)
I assume you want the first of the month.