Skip to content

Commit

Permalink
russian locale
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs committed Nov 12, 2023
1 parent d8cdea0 commit 3437fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/formatted/formatLessonDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export const formatLessonDate = (dateString: Date) => {
month: 'long',
day: 'numeric',
}

return date.toLocaleDateString(undefined, options)
return date.toLocaleDateString('ru-RU', options)
}

0 comments on commit 3437fcd

Please sign in to comment.