Skip to content

Instantly share code, notes, and snippets.

@masterk63
Created July 22, 2017 16:17
Show Gist options
  • Save masterk63/adacafd79f0b30c706ee20a7fc95c8a5 to your computer and use it in GitHub Desktop.
Save masterk63/adacafd79f0b30c706ee20a7fc95c8a5 to your computer and use it in GitHub Desktop.
pipe fecha en ts, no html.
import { DatePipe } from '@angular/common';
let datePipe = new DatePipe('es-AR');
this.miFecha = datePipe.transform(this.miFecha, 'dd/MM/yyyy');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment