4
Answers

Datetime format

hi all,




string effDate = txtPositionTakingDate.Value;

In above textfield date comes likes this "05/Jul/2011". I need to convert the datetime into "05/07/2011".

Answers (4)