Is it possible to:
Use PHP code in the datetime config? I'd like minimum date to be two days from today.
Is it also possible for it to skip Sat/Sun if two days from now falls on that date?
Jacob
Use PHP code in the datetime config? I'd like minimum date to be two days from today.
Is it also possible for it to skip Sat/Sun if two days from now falls on that date?
Jacob
Hi Jacob,
Please see this post about using an updated version of the datepicker if you are using Joomla! 1.6/1.7. There are instructions to upgrade the files in the preceding post.
I'm not sure off-hand if you can skip weekends simply - it may need a little JavaScript.
Bob
Please see this post about using an updated version of the datepicker if you are using Joomla! 1.6/1.7. There are instructions to upgrade the files in the preceding post.
I'm not sure off-hand if you can skip weekends simply - it may need a little JavaScript.
Bob
Hi Jacob,
I think that I have explained before how to set a minimum date using PHP.
The weekends check is not available by default in the date picker script, but somebody has developed a patch for it and its explained on this page:
http://www.monkeyphysics.com/mootools/script/2/datepicker#examples
just search the page for "weekend"
Regards,
Max
I think that I have explained before how to set a minimum date using PHP.
The weekends check is not available by default in the date picker script, but somebody has developed a patch for it and its explained on this page:
http://www.monkeyphysics.com/mootools/script/2/datepicker#examples
just search the page for "weekend"
Regards,
Max
This topic is locked and no more replies can be posted.