MN Forum

Full Version: How to create a cron time of one month?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I wanted to create a cron time of one month in cron.php
I saw "strtotime(date('j F Y')" for one day
Some is strtotime for one month?

It s ok if i change strtotime(date('j F Y')); at strtotime(date('Y F j')) ???
Thanks for your help
??? There is someone here ?
You can do it in daily cron...

For example:
Code:
Hidden content for guests