10
Reply

date format conversion

Indu Yadav

Indu Yadav

May 18 2017 3:30 AM
303
when i am saving date in database it save in "yyyy-mm-dd"
code is:
 
if(model.Date!=null)
{
string date = model.Date;
}
but i want to save it into "dd-mm-yyyy" format 
 
how to do?? 

Upload Source Code  Select only zip and rar file.
Answers (10)