nci/static/js/app/components/common/dateTime/template.jade
2015-08-28 23:34:58 +03:00

3 lines
103 B
Plaintext

- var date = moment(this.props.value);
span(title= date.format('YYYY-MM-DD HH:mm:ss'))= date.fromNow()