UNPKG

v-tables-3

Version:

Vue.js 3 grid components

8 lines (6 loc) 206 B
"use strict"; var validMoment = require('../helpers/is-valid-moment-object'); module.exports = function (value, dateFormat) { if (!validMoment(value)) return value; return value.format(dateFormat); };