hi
i have create a booking form and i want to compare the two values of the date fields. is this possible? can i add custom code in the submit button so the user must insert correct dates?
i have create a booking form and i want to compare the two values of the date fields. is this possible? can i add custom code in the submit button so the user must insert correct dates?
Hi Qlim4X,
How exactly do you want to compare them? There was a post a month or two ago with a booking form where the second date needs to be after the first; this might help.
Bob
How exactly do you want to compare them? There was a post a month or two ago with a booking form where the second date needs to be after the first; this might help.
Bob
can you post the link?
i want the second date to be larger than first.
and if it is possible the day difference. and some validation code for the button
i want the second date to be larger than first.
and if it is possible the day difference. and some validation code for the button
Hi,
try to use the server side validation with the PHP function strtotime!
Cheers
Max
try to use the server side validation with the PHP function strtotime!
Cheers
Max
This topic is locked and no more replies can be posted.