The time problem of django

define in models.py

jiezhi_date = models.DateTimeField (blank = True, null = True, db_index = True, verbose_name = _ (u" information cutoff"))

in the template:

< div style= "color:-sharpA8B1BA;" class= "text" > deadline: {{form.jiezhi_date}} < / div >

is displayed at the front desk. Html:

clipboard.png

:

clipboard.png

is there a button to select a time and date?

Thank you?

Mar.03,2021

that's the front end

Menu