Time picker

Hi,
I want to change the range of the field now which is now 15 minutes to 1 minute. I use postgres as the database and set the field as time without timezone but phpmaker2024 in extensions->datatimepicker does not see the field and I cannot agree on the settings.
do you have any ideas?

Since yuu said “15 minutes to 1 minute”, I assume you meant time picker (not datetimer picker).

  1. To use time picker, make sure you enable the time picker extension (not datetimer picker extension).
  2. To change the Step settings, use the extension’s advanced settings, see Using Extensions.
  3. To enable for the field, make sure the field’s Edit Tag is TEXT, the View format (under View Tag panel) and the validation (under Edit Tag panel) is “Time”.

Sorry, I didn’t see the extension. Thank you.

You may click on Tools → Extensions → General → Type: Time Picker, then make sure you have already given a checked mark at the Enabled column of the @phpmaker/timepicker extension, after that, click on Advanced tab that will show up after you enable it, and then click on Fields tab to change from 15 minutes to 1 minute.