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 9242049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:29:58+00:00 2026-06-18T08:29:58+00:00

I am using a TDateTimePicker on my D7 app with the following properties: Format

  • 0

I am using a TDateTimePicker on my D7 app with the following properties:

Format = 'MMM-yyyy'
DateMode = dmUpDown

When I try to set the current date time to it using dt1.DateTime := Now, it sets the time and date correctly, but it shows an exception when I try to navigate the months. In particular, I cannot circulate below the month of March.

What is causing this issue?

  • 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-18T08:29:59+00:00Added an answer on June 18, 2026 at 8:29 am

    The problem is that the date time picker control is being initialised with the current date. And that includes a day of the month that is invalid for some months.

    So, just to be clear, you are asking this question on the 29th January 2013. When you click on the up/down control to move to February, the control fails to perform the change because there is no 29th February in 2013.

    For any future visitors that find it hard to reproduce, this is the code you need to demonstrate the issue:

    DateTimePicker1.Format := 'MMM-yyyy';
    DateTimePicker1.DateMode := dmUpDown;
    DateTimePicker1.DateTime := EncodeDateTime(2013, 1, 29, 0, 0, 0, 0);
    

    The simple fix for the problem is to make sure that the DateTime property for the control is for the start of the month. You can achieve that by executing this code when you initialise the control:

    DateTimePicker1.DateTime := StartOfTheMonth(DateTimePicker1.DateTime);
    

    Or perhaps if you want to be more explicit:

    DateTimePicker1.DateTime := StartOfTheMonth(Date);
    

    The StartOfTheMonth helper function is found in the DateUtils unit.

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

Sidebar

Related Questions

I am using a date time picker and the date format is in MM/dd/yyyy,
I am using DateTimePicker with Australian date formatting set (dd/mm/yyyy) The problem is when
Using SQL Server and VB6 Table1 Date Time 20090801 060000 20090802 162000 Date Format:
I am using the following jquery date & time picker on a diary page.
I'm using a DateTimePicker in a form and then showing the date and time
I am using the following date timepicker of dojo framework on my jsp, i
Im using a JQuery Datepicker (datetimepicker actually) and would like the date (and time)
I got DateTimePicker control. I used the following code to set the format of
Using http://trentrichardson.com/examples/timepicker/ for editing date time fields. When I click the input field, the
I'm using the Trent Richardson's datetimepicker here . How can I set the date

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.