1.1.3 • Published 7 years ago

@conclurer/date-to-format-pipe v1.1.3

Weekly downloads
103
License
MIT
Repository
github
Last release
7 years ago

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.

1.1.3

7 years ago

1.1.3-beta.1

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago