How would i save the date time, with no time or preferably with a time stamp of 12:00, no matter what the time is at that moment?
I dont want to use .ToString("dd/MM/yyyy");, because it will open up a whole lot of new possible errors.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
DateTimestruct has aDateproperty that should serve your needs:Of course, it’ll still inevitably contain a time part but you should be able to ignore it.