asp.net mvc 4 - DateFormat in angularjs -


i wanted achieve format: "saturday, august 30, 2014"

i have code in view:

{{masterlist.created_date}} 

and result looks this:

/date(1452842730000)/ 

what should in controller or in view? thanks.

first of date should in correct format

use datefilter angular {{masterlist.created_date | date:'fulldate'}}

here doc


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -