kazupon / vue-i18n

:globe_with_meridians: Internationalization plugin for Vue.js

Home Page:https://kazupon.github.io/vue-i18n/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What about formatRange helper?

LordZombi opened this issue · comments

commented

Clear and concise description of the problem

It will be nice to have also formatRange functionality to format date range.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatRange

Suggested solution

Something like $d(date, options) will be nice, for example $dr(fromDate, toDate, options)

Alternative

No response

Additional context

No response

Validations