before remake add chat window
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
|
||||
function getDate (d: number) {
|
||||
return new Date(d * 1000).getFullYear() === new Date(Date.now()).getFullYear()
|
||||
? date.formatDate(d * 1000, 'DD MMM')
|
||||
: date.formatDate(d * 1000, 'DD MMM YY')
|
||||
? date.formatDate(d * 1000, 'D MMM')
|
||||
: date.formatDate(d * 1000, 'D MMM YY')
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user