nci/static/js/app/components/common/dateTime/template.jade

3 lines
103 B
Plaintext
Raw Normal View History

- var date = moment(this.props.value);
2015-08-28 20:34:58 +00:00
span(title= date.format('YYYY-MM-DD HH:mm:ss'))= date.fromNow()