Write an example for converting string value "31/12/2000" to date time and at the same time change its format "mm/dd/yy"

Showing Answers 1 - 2 of 2 Answers

swati Raut

  • Feb 14th, 2007
 

To conevrt string to date we can use Format("31/12/2000","MM:dd:yy")

  Was this answer useful?  Yes

Buchingari Ravi

  • Mar 14th, 2007
 

There are two ways to convert string to date

Convert.ToDateTime();
DateTime.Parse();

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions