in packages/palette-react-intl/palette.tsx [251:258]
function UseIntlFormatDateProto() { const intl = useIntl(); const formattedDate = intl.formatDate(Date.now(), { year: "numeric", month: "numeric", day: "numeric", }); }