Add date formatting to the invoice export
claude · sonnet
needs you
Agent
I looked at
export/invoice.ts
— dates are rendered ad-hoc in three places. I can standardize them, but the choice of library affects bundle size and tree-shaking.
Read export/invoice.ts · 214 lines
Library
◇ the agent is asking
Which date library should I standardize on?
date-fns
Recommended
Tree-shakeable, functional; smallest bundle impact for the 3 call sites.
Luxon
Immutable, first-class time zones; heavier, but richer TZ handling.
Day.js
Tiny Moment-compatible API; plugin model for TZ.
↩ Pick an option, or type your own answer below.
The agent is paused, waiting for your reply
Reply — / for skills, @ for files…
↑