I am basically looking for a way to set the increment of minutes to 15.
This was asked and answered before over here:
https://support.advancedcustomfields.com/forums/topic/time-picker-args/
but it seems i can not make it work / can not make the connection. For example: the solution posted above features a data-key for the field that should be adjusted. I don’t have/ I don’t see such a data-key in my installation. Instead my date/time field looks like this:
<div class="acf-date-time-picker acf-input-wrap" data-date_format="dd.mm.yy" data-time_format="HH:mm" data-first_day="1">
<input type="hidden" id="acf-field_5f59016066f6f" class="input-alt" name="acf[field_5f59016066f6f]" value="2020-09-11 20:00:00"/>
<input type="text" class="input" value="11.09.2020 20:00"/>
</div>
I hope somebody can pint me in the right direction…?