mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
refactor: return user stats & made release votes preview as a list
This commit is contained in:
parent
8cf1bb534d
commit
cbdcfedb9b
3 changed files with 61 additions and 84 deletions
|
@ -212,9 +212,9 @@ export function unixToDate(
|
|||
" " +
|
||||
date.getFullYear() +
|
||||
", " +
|
||||
date.getHours() +
|
||||
`${date.getHours()}`.padStart(2, "0") +
|
||||
":" +
|
||||
date.getMinutes()
|
||||
`${date.getMinutes()}`.padStart(2, "0")
|
||||
);
|
||||
if (type === "dayMonth")
|
||||
return date.getDate() + " " + months[date.getMonth()];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue