Django admin form for time is taking 24 hr format can we convert it to 12 hr format?
Yes. Look at the TIME_INPUT_FORMATS setting. The first entry will apply to the input fields in the admin.
1 Like
Django admin form for time is taking 24 hr format can we convert it to 12 hr format?
Yes. Look at the TIME_INPUT_FORMATS setting. The first entry will apply to the input fields in the admin.