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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top