Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DateTime Picker
Message
From
13/07/1999 13:38:59
 
 
To
13/07/1999 10:22:34
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00240713
Message ID:
00240857
Views:
23
If you are referring to MSCalendar control, you can do something like this in the click event:

lcMonth = PADL(ALLTRIM(STR(THIS.MONTH)),2,"0")
lcDay = PADL(ALLTRIM(STR(THIS.DAY)),2,"0")
lcYear = ALLTRIM(STR(THIS.YEAR))
lcDate = lcMonth + "/" + lcDay + "/" + lcYear

Perhaps you are referring to a different control?

>How can I retrieve a date from DT Picker. The help file mention that it has a >value property but I did not see it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform