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