Advertisement

1 - 10 of 160 containing alltags:("datetimepicker") (0 seconds)
If I wanted to display the four digit year using the microsoft datetimepicker control, how could I do that.  I know it has the short format ie 7/20/99...and it has the long format ie July 20, 1999....
Zones: Windows MFCDate Answered: 07/20/1999 Grade: A Views: 0
I have the Microsoft Date and Time Picker version 6. When I try to use the code eg just display the selected date and time on the screen, this works fine so long as the code is in an event procedur...
Zones: Visual BasicDate Answered: 11/08/2000 Grade: A Views: 0
Can anyone tell me how to set the entry for datetimepicker control to blank when the form is loaded? Example:when form1 is loaded,the datetimepicker will be set to the current date due to some c...
Zones: Visual BasicDate Answered: 02/28/2001 Grade: A Views: 12
OK, I am using the MS DTpicker control in my web page. When you view the parameters for it you see the param tag for the Value. This value is ~ lets say 37088 that equates to 7/16/2001 . What are t...
Zones: ASPDate Answered: 10/11/2002 Grade: B Views: 0
Hi all, The DateTimePicker kind property is dtkTime, How can I set focus on the minute position? (When I click the up/down button, I want it change the minute, not the hour) Regards, supwang
Zones: Delphi ProgrammingDate Answered: 02/20/2002 Grade: A Views: 0
i would like to know how to get datetimepicker to be able to read the system time and update itself
Zones: Delphi ProgrammingDate Answered: 08/05/2002 Grade: A Views: 0
how do i get the year as an integer in datetimepicker ie something like this (but that works!) if datetimepicker2.date.year =2003 then begin
Zones: Delphi ProgrammingDate Answered: 08/21/2002 Grade: A Views: 0
Hi, I have a DTP(dateTimePicker) control, with format set to "dtp-time", so it displays time. Now when I set a time lets say "10:00:00"  & use DTPControl.Value, it returns date+time as "28 March 2...
Zones: VB ControlsDate Answered: 08/13/2003 Grade: A Views: 0
I want to add for eg: 10 minutes to my datetimepicker by clicking a button instead of manually changing it.  I have tried things such as 'Datetimepicker1 := Datetimepicker1 + 10 But this doesn't w...
Zones: Delphi ProgrammingDate Answered: 04/06/2003 Grade: A Views: 0
Does anyone have and example of using the VCL component "DateTimePicker"? Im trying to get the user to input a date then convert it to a string of 4/4/2003. Thanks
Zones: Delphi ProgrammingDate Answered: 07/08/2003 Grade: B Views: 0