python setting first day of month code example Example: first day of the month python from datetime import datetime datetime.today().replace(day=1)