Package: effect
Module: DateTime
Format a DateTime as a string using the DateTimeFormat API.
Signature
declare const formatIntl: { (format: Intl.DateTimeFormat): (self: DateTime) => string; (self: DateTime, format: Intl.DateTimeFormat): string; }
Since v3.6.0