Feature Request: Allow custom or better date formatting

Author: robinchristCreated Aug 20, 2026Updated Aug 20, 2026

This is an amazing project!

I have a little Feature Request: Please allow custom or better date formatting. I see two options for that

a) Use a library like date-fns and allow the user to specify a custom date format string

b) At least expose all possible options of Intl.DateTimeFormat to the user

I could make a PR for a) if desired