You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdefaultfunctionDate({ dateString, format ="full"}: Props){constdate=parseISO(dateString)return(<txttag="time"tag-dateTime={dateString}>{formatting(date,formats[format])}</txt>)}
Use case is that of
could become something like
The text was updated successfully, but these errors were encountered: