Top "Datefield" questions

How can I set a DateField format in django from the model?

I am creating a django application and I have the next problem: this error is shown when I want to …

python django format datefield
Django: How to format a DateField's date representation?

I have a form with a DateField. The existing date value is formatted to render like this: 2009-10-03 How …

django localization formatting format datefield
How can my django model DateField add 30 days to the provided value?

as the title suggests. I want to add 30 days to the DateField field. This is auto populated on creation of …

django model datefield
Using datetime to compare with dates in Django

I have a question in Django on how you can compare dates to solve some solutions. For example I have …

django datetime views models datefield
Only showing year in django admin, a YearField instead of DateField?

I've got a model where I need to store birth year. I'm using django admin. The person using this will …

django datetime django-admin datefield
How to set the default value of datafield - EXTJS 4

var startdt = Ext.create('Ext.form.DateField',{ fieldLabel: 'Start Date', name: 'startdt', id: 'startdt', vtype: 'daterange', format: 'd/m/Y', …

extjs extjs4 datefield
ExtJS DateField - initialising date

I have an ExtJS Date field. During some operation in the application, min value and max value get assigned to …

extjs datepicker datefield
Making Django forms.DateField show use local date format

I'm trying to find an easy way to build forms which show dates in the Australian format (dd/mm/yyyy). …

django forms strftime datefield
Flask & WTForms: DatePicker Widget to display a date

I have a small Flask app which has three fields (Destination, Start Time and End Time). I'd like to use …

python flask datepicker jinja2 datefield
django forms dateField fails validation

I am trying to validate a User Profiling form in django and I can't. It seems that there is something …

django django-forms datefield