Function: formatLongDate()
formatLongDate(
d):string
Defined in: src/lib/invoice/index.ts:299
Format a date in the long, US English style used for issue/due dates on the invoice.
Parameters
d
The calendar date to render. d.month is 1-based (1 = January).
Returns
string
The display string, e.g. "May 17, 2026". Month names are not localized (en-US only).