overleaf/services/web/frontend/js/features/share-project-modal/utils/link-sharing.ts

7 lines
155 B
TypeScript
Raw Normal View History

import { formatDate } from '@/utils/dates'
export const linkSharingEnforcementDate = formatDate(
new Date(2024, 6, 29),
'MMMM Do'
) // July 29th 2024