mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 15:05:48 +01:00
Remove year in Date module
You don't know the year we're in?
This commit is contained in:
@@ -33,7 +33,7 @@ export default function DateComponent(props: any) {
|
|||||||
{
|
{
|
||||||
// Use dayjs to format the date
|
// Use dayjs to format the date
|
||||||
// https://day.js.org/en/getting-started/installation/
|
// https://day.js.org/en/getting-started/installation/
|
||||||
dayjs(date).format('dddd, MMMM D YYYY')
|
dayjs(date).format('dddd, MMMM D')
|
||||||
}
|
}
|
||||||
</Text>
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Reference in New Issue
Block a user