Moment Locale
import moment from 'moment'
import 'moment/locale/es' // without this line it didn't work
moment.locale('es')
vilmacio
import moment from 'moment'
import 'moment/locale/es' // without this line it didn't work
moment.locale('es')
var now = moment("de").format("LLL");