Time picker

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
danilo.macri
User
Posts: 85

Time picker

Post by danilo.macri »

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?


arbei
User
Posts: 8737

Post by arbei »

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".

danilo.macri
User
Posts: 85

Post by danilo.macri »

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


mobhar
User
Posts: 11469

Post by mobhar »

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.


Post Reply