n1k0 / elm-daterange-picker

A date range picker written in Elm.
https://package.elm-lang.org/packages/n1k0/elm-daterange-picker/latest/
MIT License
12 stars 5 forks source link

Need example of how to provide a custom zone #23

Open ericwern opened 11 months ago

ericwern commented 11 months ago

Hi, love your work!

I'm having some issues providing a custom zone to the config, could you provide an example of how to do this?

n1k0 commented 11 months ago

Thanks! It's documented in the package docs, you basically need to pass an updated Config https://package.elm-lang.org/packages/n1k0/elm-daterange-picker/latest/DateRangePicker#Config

Does this help? How do you think we could improve the docs?