I thought by setting up the custom format of date time picker to |MM/dd/yy hh:mm tt" would work, but the selection doesn't change from date picker only! I need an object that I can be able to choose both date and time.
AngelicOne 4 Posting Whiz
Recommended Answers
Jump to Post— Mitja Bonca 557..., but the selection doesn't change from date picker only! I need an object that I can be able to choose both date and time.
Can you please elaborate this issue a bit precisly?
and this works:
DateTime date = dateTimePicker1.Value; string strDate = String.Format("{0:MM/dd/yy hh:mm …
All 3 Replies
Mitja Bonca 557 Nearly a Posting Maven
ddanbe 2,724 Professional Procrastinator Featured Poster
AngelicOne 4 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.