Is there a way to make datetimepicker show the date and the time selections?

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I see you can make it one or the other but is there a way to make both
selections available on the same dtp control?

Thanks:)
 
Bill said:
I see you can make it one or the other but is there a way to make both
selections available on the same dtp control?

Thanks:)


Try setting the property Format to Custom, and then setting the property
CustomFormat to something like this: m/d/yyyy hh:mm.
 
Set the format to custom and change the customformat to something like:

"ddd, mmmm dd, yyyy hh:mm"
 
Back
Top