latex-ub/services/web/frontend/js/features/share-project-modal/utils/link-sharing.ts
2025-05-05 12:24:05 +00:00

6 lines
157 B
TypeScript

import { formatDate } from '@/utils/dates'
export const linkSharingEnforcementDate = formatDate(
new Date(2024, 7, 26),
'MMMM Do'
) // August 26th 2024