nhn / tui.calendar

🍞📅A JavaScript calendar that has everything you need.
http://ui.toast.com/tui-calendar
MIT License
11.91k stars 1.28k forks source link

Allow the user to select time with am/pm format when using the create popup #1161

Open danolsen opened 2 years ago

danolsen commented 2 years ago

Version

1.15.3

Test Environment

Chrome. MacOS.

Current Behavior

Click on a calendar to bring up the create popup. You see the date and time fields are in 24 hour time.

image

image

Expected Behavior

I would like to select the time using am/pm options when creating a new schedule.

adhrinae commented 2 years ago

@danolsen

It's a known limitation of the default popup. and we don't have a plan to enhance the functionality of the datetime picker.

You might need to implement your own popup for your own use cases.

Check out a related discussion.