whenever icon indicating copy to clipboard operation
whenever copied to clipboard

create end of day of every 2 month

Open jinyi0313 opened this issue 7 years ago • 1 comments

how to create every 2 month, end of day, 12am to run cron? 0 24 28,29,30 * like this?

jinyi0313 avatar May 05 '18 13:05 jinyi0313

hi @jinyi0313

From the examples given : https://github.com/javan/whenever#example-schedulerb-file

You can specify a raw cron syntax too

every '0 24 28,29,30 *' do
  command "echo 'you can use raw cron syntax too'"
end

alfie-max avatar Jun 14 '18 05:06 alfie-max