I am using the bootstrap datetimepicker 2 plugin for editor and on selecting a startdate input value, i would like to set the minDate for the enddate, so that the user cannot select an end date before the start date.
Using API fields, I can set a field value and a default value in this way, but can't set a field's option values
Is this possible ?