Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello guys.. i need help i have a trouble.. i use datetimepicker on saving birth date but wehen im done saving it into listview it always have time like: 12/12/1993 12:00:00AM how can i remove the time?.. the column name Birthdate has a data type DATE
Posted
Updated 26-Aug-15 6:31am
v2
Comments
ZurdoDev 26-Aug-15 11:29am    
Look into FormatString

1 solution

You might want to read the documentation on the DateTime[^] structure, specifically the To....String() methods.
 
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