arfedulov / semantic-ui-calendar-react

Datepicker react component based on semantic-ui-react components
https://arfedulov.github.io/semantic-ui-calendar-react/
MIT License
259 stars 92 forks source link

TimePicker support for 12/24 hour format #24

Closed zarko closed 6 years ago

zarko commented 6 years ago

TimePicker currently does not support 12 hour format, no ability to pick time as AM/PM, hours are always displayed in 0-24 format.

Is that planned?

arfedulov commented 6 years ago

Yes, that is planned.

arfedulov commented 6 years ago

Now DateTimeInput and TimeInput have timeFormat prop. It's available in latest release.