Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8805027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:45:30+00:00 2026-06-14T01:45:30+00:00

I select date using DateField and insert date value using this. form = DateField(widget=SelectDateWidget(years=BIRTH_YEAR_CHOICES))

  • 0

I select date using DateField and insert date value using this.

 form = DateField(widget=SelectDateWidget(years=BIRTH_YEAR_CHOICES))

and then, I want to show selected value using DateField(form) in HTML from database

 (when create profileForm())
 Birth: selectbox(------), selectbox(------), selectbox(------) 
 : solved

 (if edit profile page using profileForm())
  Birth: selectbox(1987) selectbox(10) selectbox(25)
 -> I want it

How to insert value into DataField, and show selectDateWidget?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T01:45:31+00:00Added an answer on June 14, 2026 at 1:45 am

    Your problem is not too clear.

    You should post more information from you forms.py and your views.py. Are you using forms.Form or forms.ModelForm?

    Either way I think your question is about using initial data in your form.

    Note that this field in particular accepts a python datetime object (see: http://docs.python.org/2/library/datetime.html).

    https://docs.djangoproject.com/en/dev/ref/forms/api/#dynamic-initial-values
    Use is like this:

    f = ContactForm(initial={'my_date_field': datetime.datetime.now()})
    

    If you are using ModelForm is is like this:

    f = ContactForm(instance=Contact.objects.get(pk=1))
    

    This will initialise all the values from the models (and thus database).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using a date select in a rails 3 form. <%=f.date_select :date %> I
Hi I'm using the wijmo popup calendar. I've managed to automatically select the date
can anyone tell me how to select data by date in MS.ACCESS database using
Can Django admin site select entries by a custom date range, i.e. using two
I'm using ui.datepicker.js and I want to validate the date field to make sure
I am trying to select data from a table, using a like on date
I have a model: class Item(models.Model): date = models.DateField() I would like to select
I'm using the below line of code for the date select in a form_for
I am using CF8 and MySQL 5. I have a form with several date
I've been doing a convert(varchar,datefield,112) on each date field that I'm using in 'between'

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.