You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
477 B
10 lines
477 B
span #{moment.utc(new Date(parseInt(timestampHuman) * 1000)).format("M/D")}
|
|
|
|
- var yearStr = moment.utc(new Date(parseInt(timestampHuman) * 1000)).format("Y");
|
|
- var nowYearStr = moment.utc(new Date()).format("Y");
|
|
|
|
if (yearStr != nowYearStr)
|
|
span , #{yearStr}
|
|
|
|
span
|
|
span.border-dotted(title=`${moment.utc(new Date(parseInt(timestampHuman) * 1000)).format("Y-MM-DD HH:mm:ss")}`, data-toggle="tooltip") #{moment.utc(new Date(parseInt(timestampHuman) * 1000)).format("HH:mm")}
|