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

3 lines
81 B
Plaintext
Raw Normal View History

- var date = moment(this.props.date);
span(title= date.format())= date.fromNow()