mirror of
https://github.com/unraid/api.git
synced 2026-03-03 06:08:43 -06:00
refactor(web): formatDate helper format to LLLL
This commit is contained in:
@@ -39,7 +39,7 @@ const useTimeHelper = (t: any) => {
|
||||
return result.join(' ');
|
||||
};
|
||||
|
||||
const formatDate = (date: number): string => dayjs(date).format('llll');
|
||||
const formatDate = (date: number): string => dayjs(date).format('LLLL');
|
||||
|
||||
/**
|
||||
* Original meat and potatos from:
|
||||
|
||||
Reference in New Issue
Block a user