Created
July 22, 2017 16:17
-
-
Save masterk63/adacafd79f0b30c706ee20a7fc95c8a5 to your computer and use it in GitHub Desktop.
pipe fecha en ts, no html.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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