kbariotis / node-cron-expression

Declarative functional cron expression builder
https://kbariotis.github.io/node-cron-expression/
MIT License
27 stars 2 forks source link

Year expression #4

Open hithaaaa opened 1 month ago

hithaaaa commented 1 month ago
Victor1890 commented 1 month ago

Hi @hithaaaa, I think the best way to generate one year expression is to make combination to expression, for example: every year is "0 0 1 1 *". Using expressions like this, you can make when you need it