More
Image
Date Format in ASP.NET MVC Form Edit Mode
By JC.Adinarayana Reddy On 20 Dec 2016
Categories: MVC
You might get the date displayed in the TextBox in the below format.
 
09/05/2013 12:00:00 AM
 
To remove the 12:00:00 AM part from the text you need to do the following things.
 
Set the display format in date property.
 
 
Modify the view as below.
 

 


Comments
Message :
Comments
JC.Adinarayana Reddy
.net
.net