when doing that, when does the new week exactly start and the form start accepting submission again?
thank you
tiziano solignani, da iOS - http://blog.solignani.it
when doing that, when does the new week exactly start and the form start accepting submission again?
thank you
tiziano solignani, da iOS - http://blog.solignani.it
Looks like it runs from Monday 12:01am to Sunday 11:59pm (give or take a minute.) This is the code from form_display.php for the time period for the limits.
[php]
case "week" :
return array(
"start_date" => gmdate("Y-m-d", strtotime("last Monday")),
"end_date" => gmdate("Y-m-d", strtotime("next Sunday")));
break;
Thank you. I set up that option last week and I had supposed new entries were going to get accepted again on Monday, id est yesterday, at midnight, but the form is still inactive. D you thing I'll have to wait til next Monday? The form is at http://redazione.solignani.it
Thanks again,
tiziano solignani, da iOS - http://blog.solignani.it
Sorry, now it works, though during Monday was frozen, I even checked yesterday before posting. Now I do not understand why it started accepting new entries overnight which is maybe midnight between Monday and Tuesday. Any idea? Thank you.
Have you checked your server time to make sure it lines up with your local time?