Date Picker within the Dates only
-
Greetings!
I have created a new fields in woocommerce which are respectively
Travel Date From:
Travel Date To:This is the code in order to get the date:
<?php echo get_post_meta( $post->ID, '_traveldates', true ); ?>or
<?php echo get_post_meta( get_the_ID(), '_traveldates', true ); ?>I would like to know if ever there is a way to validate the date that it should only be within those from and to dates. For example, if the travel dates are june 2016 – december 2016, it would show an error
“Please Pick within June 2016 – December 2016”
Thanks, Help would be really appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Date Picker within the Dates only’ is closed to new replies.