Skip to content
croncrunch.dev

/cron/twice-a-month-schedule

Twice a Month Cron Schedule (0 0 1,15 * *)

Create the "0 0 1,15 * *" cron that runs on the 1st and 15th of every month. Visual builder plus a bi-monthly cleanup script.

  • twice a month cron
  • cron 1st and 15th
  • 0 0 1,15 * * meaning
  • bi-monthly cron schedule
  • semi-monthly cron job

Visual builder

presets:

Expression

0 0 1,15 * *

Plain English

 

Automation template

bash

Share / export configuration

Encodes the current expression and script into a shareable link. The entire state lives in the URL hash — no server, no database.