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