timefield Questions
2
Solved
After hours of searching, I found many posts that are related but wasn't able to help.
What I want to do is input eg: 10:30 AM into the TimeField.
In the django rest framework API on the browser...
Fishmonger asked 23/11, 2017 at 7:13
4
i want to allow users to be able to choose between am and pm with my django timefield
Currently if I enter:
11:00 AM
, i get a form error: "Enter a valid time."
If I enter:
11:00
the ...
Tanah asked 4/11, 2014 at 17:21
2
Solved
I'm writing an application in Django and using several TimeFields in a model. I only want to work with the time format hh:mm (not hh:mm:ss or hh p.m./a.m. or other things).
I have set the django se...
Rostock asked 11/10, 2011 at 16:43
2
Solved
I feel like I'm missing something obvious here. I have a Django form with a TimeField on it. I want to be able to allow times like "10:30AM", but I cannot get it to accept that input format or to u...
Underpass asked 26/5, 2010 at 14:11
1
© 2022 - 2024 — McMap. All rights reserved.