Is it possible to format the time dropdowns in the Lightbox?

I want to format the time drop downs in the lightbox as follows time_format:["%g:%i %A"] or time_format:["%g:%i", "%A"]

When I do, the dropdowns disappear.

Is it possible to make the time dropdowns in 12-hour format with the AM/PM designator? We are using Scheduler here in the U.S.

Hello,

Please use time_picker template to solve the issue.

Yes, I’ve seen that. But in all honesty the documentation is not explicit enough to show “how to” do it. I’ve tried over and over to figure it out.

Figured it out:

scheduler.templates.time_picker = scheduler.date.date_to_str( ‘%g:%i %A’ );