2024-06-27 11:53:29 +00:00
|
|
|
import { formatDate } from '@/utils/dates'
|
|
|
|
|
|
|
|
export const linkSharingEnforcementDate = formatDate(
|
2024-07-29 11:42:54 +00:00
|
|
|
new Date(2024, 7, 26),
|
2024-06-27 11:53:29 +00:00
|
|
|
'MMMM Do'
|
2024-07-29 11:42:54 +00:00
|
|
|
) // August 26th 2024
|