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

2 lines
88 B
Plaintext
Raw Normal View History

2015-05-09 21:36:17 +00:00
span= this.props.date.toLocaleDateString() + ' ' + this.props.date.toLocaleTimeString()