Posted 4 November 2025, 8:47 am EST
Hello Wijmo Team,
I’m currently using the wj-input-date-time control in an Angular application. I noticed that even when I set the format property to use a 24-hour format (e.g., “yyyy-MM-dd HH:mm:ss”), the time picker dropdown still displays time in 12-hour format with AM/PM toggles.
Use Case:
I want to provide users with a consistent 24-hour time selection experience, both in the input display and in the dropdown time selector (i.e., without AM/PM).
Please find the link from where I have referred - https://developer.mescius.com/wijmo/demos/Input/InputDateTime/Overview/angular
<wj-input-date-time
[value]="date"
format="yyyy-MM-dd HH:mm"
[isReadOnly]="false"
[showDropDownButton]="true"
placeholder="Select date and time">
</wj-input-date-time>
Is there a way to configure the time picker dropdown to use 24-hour format (e.g., 13:00, 14:30, etc.) instead of 12-hour with AM/PM?
Please resolve the issue, a sample stackblitz in angular fill be very helpful.
Thank you.
