How to convert any date format to a specified format in C#.
For example:
If Date Format is
14.11.2011 or 14/11/2011
Looking for a conversion function which converts into
yyyy-MM-dd format like 2011-11-14
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.
Easy peasy: