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
Copy file name to clipboardexpand all lines: packages/use-intl/src/core/createFormatter.tsx
+9
Original file line number
Diff line number
Diff line change
@@ -275,6 +275,15 @@ export default function createFormatter(props: Props) {
275
275
/** The date time that needs to be formatted. */
276
276
date: number|Date,
277
277
/** The reference point in time to which `date` will be formatted in relation to. If this value is absent, a globally configured `now` value or alternatively the current time will be used. */
0 commit comments