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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:46:13+00:00 2026-06-05T04:46:13+00:00

Using Datetime Picker control Datetimepicker control format is 00 (minutes only, upto 59 minutes)

  • 0

Using Datetime Picker control

Datetimepicker control format is 00 (minutes only, upto 59 minutes)

When i load the form, it should display 05 minutes defautly…

Example

Form1

Datetimepicker control `00` (Up/Down Format)

When i load the form1, then Datetimepicker control should display 05 instead of 00

How to do this.

Need vb6 code help

  • 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-05T04:46:15+00:00Added an answer on June 5, 2026 at 4:46 am

    If my memory serves me right then 00 is the incorrect format. It should be like this (Writing this off my memory but I am sure this is good to go)

    Option Explicit
    
    Private Sub Form_Load()
        With DTPicker1
            .Format = dtpCustom
            .CustomFormat = "mm"
            .Value = #00:05:00#
        End With
    End Sub
    

    Also DTPicker1.CustomFormat is case sensitive so it has to be mm and not MM

    EDIT

    Just wanted to be 100% sure so I went back and tested it myself… LOL. Yes, it works.

    SNAPSHOT

    enter image description here

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

Sidebar

Related Questions

I am using jquery datetime picker. it is showing date in yy/MMM/dd hh:mm:ss format
Possible Duplicate: DateTimePicker: pick both date and time I'm using a WinForm DateTime picker
This should hopefully be a simple one. When using a date time picker in
Using VB.NET I want to display the date in datetimepicker from the database. Code.
Using C# and ASP.Net 2005 I want to add the Datetimepicker Control in my
I got DateTimePicker control. I used the following code to set the format of
I'm using a usoft date time picker control in a dialog box. I started
I'm using C# .NET and I have a Windows Form with a DateTimePicker. My
I did this example using the pluralsight video but the date picker is just
I'm using MVC2 and have included the Jquery DateTime picker. For some reason it

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.