I have looked through several of the cron posts here and even used some of the suggested builder applications on the web. I keep getting an unexpected character alert, will someone kindly help me.
Expressions I have tried with no luck so far:
0001MAR**
000?3/1**
0013*
Need: A expression to run every 1st of March (not time specific) each year
Try this...
0 0 0 1 3 ?
second minute hour day-of-month month day-of-week
By the way, be sure to check out the provided link in the advanced area when setting up a cron. You might find this tool useful to test cron syntax as well - https://crontab.cronhub.io/ . There are a lot of other resources out there. I have to pull these up on the rare occasions where I need a cron. 😉
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much Jack, I guess that spacing is essential here! This solved my issue and I appreciate the time and the additional link to info provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You bet. Note that there is also an extra zero in my offering as you need seconds, minutes, hour. Also consider accepting the answer if it works for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.