Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have form with datetimepicker on it. I select its properties (format = time).Here returned is current time. what i need for the time chosen picker automatically set the time 00:00:00 instead of the time when the time was picked.
Give some suggestions.
Thank U..........
Posted

1 solution

Set in the properties of the DatetimePicker to

Value - 00:00:00
&
CustomFormat - HH:mm:ss
&
Format - Custom


Cheers,
Balaji
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900