Skip to content

Instantly share code, notes, and snippets.

@ingeit
Created March 21, 2019 16:24
Show Gist options
  • Save ingeit/498fa5fa10465491ea9cae369e3f6234 to your computer and use it in GitHub Desktop.
Save ingeit/498fa5fa10465491ea9cae369e3f6234 to your computer and use it in GitHub Desktop.
date format utc contemplando timezone en angular desde mysql to angular
import * as moment from 'moment';
moment.locale('es');
const fechaAlta = moment(fecha).utc().format('DD/MM/YY HH:mm:ss')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment