In my c# application, in one of the input fields user can enter date in any format like "MM/dd/yyyy" or "dd/MM/YY" or "YYYY/MM/dd" I want to convert the input to say "MM/dd/YYYY". How can i do this with date parsing.In my c# application, in one of the input field