Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 229 Bytes

displaying_formatted_dates_with_moment_js.mdown

File metadata and controls

9 lines (6 loc) · 229 Bytes

Displaying Formatted Dates With Moment.js

Problem

You want to display JavaScript Date objects in a human readable format.

Solution

Create a computed view property or binding transform that uses Moment.js

Discussion