[Help] - Need time picker with 24 hrs format #1464
Answered
by
rvsia
anjalikalsariya
asked this question in
Need help
|
Description : We are using the ant-component-mapper and we have time picker fields in form schema. In form, time picker showing well with 12hr am pm format. We need format 24hr with no am pm. Ant lib providing that format see the image 2. My schema timepicker field |
Answered by
rvsia
May 23, 2024
Replies: 1 comment 1 reply
|
Hey, same as in the original component , there is a prop |
1 reply
Answer selected by
rvsia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hey,
same as in the original component , there is a prop
use12Hoursthat controls this behavior. By default it is set totrue, but you can switch it tofalseand it will show the correct 24h format.