UNPKG

@api-platform/client-generator

Version:

Generate apps built with Next, Nuxt, Quasar, React, React Native, Vue or Vuetify for any API documented using Hydra or OpenAPI

10 lines (6 loc) 172 B
import moment from 'moment'; const formatDateTime = function(date) { if (!date) return null; return moment(date).format('DD/MM/YYYY'); }; export { formatDateTime };