MN Forum
How to create a cron time of one month? - Printable Version

+- MN Forum (http://forum.mn-shop.com)
+-- Forum: Products (http://forum.mn-shop.com/forum-products.html)
+--- Forum: Ask a Question (http://forum.mn-shop.com/forum-ask-a-question.html)
+--- Thread: How to create a cron time of one month? (/thread-how-to-create-a-cron-time-of-one-month.html)



How to create a cron time of one month? - djedi - 02-01-2016

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


RE: How to create a cron time of one month? - djedi - 03-31-2016

??? There is someone here ?


RE: How to create a cron time of one month? - kasabezwysilku - 04-01-2016

You can do it in daily cron...

For example:
Code:
Hidden content for guests