mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
fix employee reporting request, fix billable update, fix start of week in reporting
This commit is contained in:
committed by
Constantin Graf
parent
c888ac7ec2
commit
ce00f5f446
@@ -78,7 +78,7 @@ export function formatDate(date: string): string {
|
||||
}
|
||||
|
||||
export function formatWeek(date: string | null): string {
|
||||
return 'Week ' + dayjs(date).week();
|
||||
return 'Week ' + getDayJsInstance()(date).week();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user