Kintsugi is a philosophy that states that breakages and repairs are part of the history of an object. It is believed that they should be shown rather than hidden.
25/03/2019 06:00-
gform.addFilter( 'gform_datepicker_options_pre_init', function( optionsObj, formId, fieldId ) {
// Apply to field 2 only
if ( fieldId == 4 ) {
optionsObj.minDate = 0;
}
return optionsObj;
});