Install & Download:
# NPM
$ npm i vue-luxon --saveDescription:
An easy-to-use datetime parsing and formatting library for Vue.js, based on Luxon Library.
Basic usage:
1. Import and register the vue-luxon.
import VueLuxon from "vue-luxon"; Vue.use(VueLuxon);
2. Format datetime strings using the luxon filter:
{{ datetimeString | luxonFormat('dd-MM-yyyy') }}Preview:

Changelog:
11/15/2020
- v0.10