MCPcopy
hub / github.com/date-fns/date-fns / nextWeek

Function nextWeek

pkgs/core/src/locale/it/_lib/formatRelative/index.ts:30–37  ·  view source on GitHub ↗
(day: number)

Source from the content-addressed store, hash-verified

28}
29
30function nextWeek(day: number): string {
31 switch (day) {
32 case 0:
33 return "'domenica prossima alle' p";
34 default:
35 return "'" + weekdays[day] + " prossimo alle' p";
36 }
37}
38
39const formatRelativeLocale = {
40 lastWeek: <DateType extends Date>(

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected