mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 19:15:09 +00:00
3 lines
103 B
Plaintext
3 lines
103 B
Plaintext
- var date = moment(this.props.value);
|
|
span(title= date.format('YYYY-MM-DD HH:mm:ss'))= date.fromNow()
|