Search code examples
javascriptnode.jscronlaterjs

How to fire every 2 day of the month?


I am using later.js in my node.js backend and I want to start a function on every second day of every month. How can I parse this (if someone knows in cron syntax would be also helpful)


Solution

  • This is the chron expression to run every second day of the month, At 00:00 See the link

    0 0 2 * *