/ Forums / Advansys Formativ / Creating Solutions with Formativ / DateTimePicker / Reply To: DateTimePicker
October 8, 2008 at 4:55 pm
#8071
You can use the FormatDateTime() function to return the date or time expression. See the “Visual Basic Scripting” guide for more information.
msgbox FormatDateTime(Maindlg.DateTimePicker.date, vbGeneralDate)
Regards,
Advansys Support