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

  • SEARCH
  • Home
  • 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 8266121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:02:40+00:00 2026-06-08T05:02:40+00:00

Using datetimepicker default min date and max date is dtpicker1.mindate = cdate(01/01/2012) dtpicker1.maxdate =

  • 0

Using datetimepicker default min date and max date is

dtpicker1.mindate = cdate("01/01/2012")
dtpicker1.maxdate = cdate("31/01/2012")

I want to change the min date and max date in datetimepicker at run time.

Button1

i am passing the mindate and maxdate again like

dtpicker1.mindate = cdate("01/02/2012")
dtpicker1.maxdate = cdate("28/02/2012")

But it is showing error as “A value was specified for the MinDate Property that is higher than current value of MaxDate.“

How to solve this problem

  • 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-08T05:02:41+00:00Added an answer on June 8, 2026 at 5:02 am

    Two way to do this:
    1) If your default MinDate and MaxDate is always '01/01/2012' and '31/01/2012'
    Then you need to define MaxDate before definding MinDate like this:

    dtpicker1.maxdate = cdate("28/02/2012")
    dtpicker1.mindate = cdate("01/02/2012")
    

    2) If your default MinDate and MaxDate is changed every time then first set MinDate lower than your desired MaxDate and MaxDate higher than your desired MinDate
    then you can set MinDate and MaxDate what you want like this:

    dtpicker1.mindate = cdate("01/01/1988")
    dtpicker1.maxdate = cdate("31/12/2030")
    dtpicker1.mindate = cdate("01/02/2012")
    dtpicker1.maxdate = cdate("28/02/2012")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using VB.NET I want to display the date in datetimepicker from the database. Code.
I m using DateTimePicker component. Does is possible tu change format ? I Want
I'm using a DateTimePicker in a form and then showing the date and time
Im using a JQuery Datepicker (datetimepicker actually) and would like the date (and time)
Possible Duplicate: DateTimePicker: pick both date and time I'm using a WinForm DateTime picker
I am using DateTimePicker with Australian date formatting set (dd/mm/yyyy) The problem is when
How can i post date using jquery?I cam using jquery datetimepicker.i got the date
I'm using the Jquery date/datetimepicker add-on(s), as well as JQgrid. I'd like the onShow
I want make datetimepicker in my project. Using jquery how it is possible? I
I am using the dojo dateTimePicker in my application. Now i want to limit

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.