This website requires JavaScript.
Explore
Help
Sign In
martin
/
nci
Watch
1
Star
0
Fork
0
You've already forked nci
mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced
2025-01-12 13:45:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b35b8e6c5f
nci
/
static
/
js
/
app
/
components
/
common
/
dateTime
/
template.jade
3 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
datetime and duration components now accepts value
2015-08-26 17:06:59 +00:00
- var date = moment(this.props.value);
better datetime and duration formatting
2015-08-25 22:13:31 +00:00
span(title= date.format())= date.fromNow()
Reference in New Issue
Copy Permalink