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