We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e1085 commit 054dcbaCopy full SHA for 054dcba
src/views/Schedule/utils.ts
@@ -2,7 +2,7 @@ import { THIRD_SEC } from '@config'
2
3
export const getWeekString = (startDate: Date, endDate: Date) => {
4
return `
5
- ${startDate.getDate()}
+ ${startDate.getDate() + 1}
6
${startDate.toLocaleString('default', { month: 'long' }).slice(0, 3)}
7
-
8
${endDate.getDate()}
0 commit comments