...
|
...
|
@@ -8,7 +8,7 @@ const helpers = global.yoho.helpers; |
|
|
|
|
|
const _formatTime = (timestamp, b) => {
|
|
|
let date = b ? 'M.D ' : 'M月D日';
|
|
|
let time = 'hh:mm';
|
|
|
let time = 'HH:mm';
|
|
|
let startTime = moment(timestamp);
|
|
|
let now = moment();
|
|
|
let diff = moment.duration(startTime.clone().startOf('day') - now.startOf('day')).days();
|
...
|
...
|
|