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....
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10184930.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11782838.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20084743.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20176484.htm...
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20269052.html
i would like to know how to get datetimepicker
to be able to read the system time and update itself
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20332603.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20338128.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20567809....
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20575738.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20577287.html