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:
:
is there a button to select a time and date?
Thank you?