mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-12 04:45:28 -05:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
|
import { formatDate } from '@/utils/dates'
|
||
|
|
||
|
export const linkSharingEnforcementDate = formatDate(
|
||
|
new Date(2024, 6, 29),
|
||
|
'MMMM Do'
|
||
|
) // July 29th 2024
|