Time picker not work (v2023)

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

Time picker not work (v2023)

Post by mrlux »

I use field time (HH:mm), use validate Time and use date/time picker, but it not work. Why?


arbei
User
Posts: 9384

Post by arbei »

You need to explain "not work". Also press F12 in your browser and check the Console panel for JavaScript errors.


mrlux
User
Posts: 115

Post by mrlux »

There are no errors when pressing F12. The widget (calendar icon) does not appear to the right of the field. If the field value is set as Date or DateTime, then the icon appears.


arbei
User
Posts: 9384

Post by arbei »

viewtopic.php?t=57716:

mobhar wrote:

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

Also make sure the Edit Tag is "TEXT" and the format (under View Tag) and the field is not a special field such as a grouping field in summary report.


mrlux
User
Posts: 115

Post by mrlux »

Everything is just like that


arbei
User
Posts: 9384

Post by arbei »

Make sure you have not mixed up TIME picker and DATE/TIME picker, they are two different extensions.


Post Reply