conclurer / date-to-format-pipe

Pipe that transforms a date sting into a formatted date using moment.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Date to Format Pipe

Angular 2 Pipe that transforms a date sting into a formatted date using Moment.js

Usage:

<div>Year: {{'2016-09-14T19:00Z' | dateToFormat: 'YYYY'}}</div>

Will render to:

<div>Year: 2016</div>

See Moment.js docs for full display options.

Feel free to contribute.

About

Pipe that transforms a date sting into a formatted date using moment.js

License:MIT License


Languages

Language:TypeScript 100.0%