michael-hack / bulma-calendar

Bulma's extension to display a calendar
MIT License
287 stars 165 forks source link

dateFormat in lang? #92

Open bpuig opened 6 years ago

bpuig commented 6 years ago

Hello,

Can dateFormat be set based on lang? Here is the list of world date formats https://en.wikipedia.org/wiki/Date_format_by_country

Thanks

ffigiel commented 6 years ago

You could use date.toLocaleDateString() if bulmaCalendar accepted a parameter for custom date format function.

ffigiel commented 6 years ago

For now you could wrap your input in a div, and hook up bulma calendar to the wrapper, like so: https://codepen.io/megapctr/pen/jvpzqV?editors=1010