[Help] - Need time picker with 24 hrs format #1464
-
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
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, same as in the original component , there is a prop |
Beta Was this translation helpful? Give feedback.
Hey,
same as in the original component , there is a prop
use12Hours
that controls this behavior. By default it is set totrue
, but you can switch it tofalse
and it will show the correct 24h format.