effect-io-ai

Package: effect
Module: DateTime

DateTime.formatIntl

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; }

Source

Since v3.6.0