I am working on an ASP .net MVC application.
I have a System.DateTime?
property say creationDate, which gets its value assigned from controller code. In my javascript I have access to this value, and I wanted to display this value in mm/dd/yyyy format in my grid. But I am not sure on how to convert System.Datetime?
of c# to a javscript date or datestring value? Any help would be appreciated.