DateTimePicker
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can i get the date from a coleobj (DateTimePicker) and convert it to a access time format (date, short, 99:99:99,0)
-
How can i get the date from a coleobj (DateTimePicker) and convert it to a access time format (date, short, 99:99:99,0)
Bind it to a COleDateTime member variable in class wizard, and then you can use the GetDay(), GetMonth(), etc members. It should be fairly straightforward to convert it into access format from there -- Help me! I'm turning into a grapefruit!