xiCO2k / laravel-vue-i18n

Allows to connect your `Laravel` Framework translation files with `Vue`.
MIT License
619 stars 51 forks source link

How can I show date/datetime values ? #34

Closed sergeynilov closed 2 years ago

sergeynilov commented 2 years ago

Hello! Thanks for your work ! Working with xiCO2k/laravel-vue-i18n (1.4.4) I did not find how can I show date/datetime values in formats like “25 June, 2022 5:54 PM” and “2 days ago” ?

xiCO2k commented 2 years ago

For that I normally use something like moment.

Thanks