Meta Box
Support Forum
Support › Meta Box Builder › Datetime Picker value validationResolved
Hi,
is it possible to add in the datetime picker validation that does allow only date which is later then the today date?
Thank you!
Hello,
It's impossible. You need to register the custom field with code and use a PHP function to get the current date then assign it to the setting minDate. Please read more on the documentation https://api.jqueryui.com/datepicker/#option-minDate https://docs.metabox.io/fields/date/