Skip to content

Commit

Permalink
docs(DatePipe): Update date doc reference in date_pipe.ts (angular#9081)
Browse files Browse the repository at this point in the history
  • Loading branch information
idirouhab authored and vicb committed Jun 9, 2016
1 parent 0c9e8db commit 9146bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/common/src/pipes/date_pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var defaultLocale: string = 'en-US';
* punctuations, ...) and details of the formatting will be dependent on the locale.
* On the other hand in Dart version, you can also include quoted text as well as some extra
* date/time components such as quarter. For more information see:
* https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/intl/intl.DateFormat.
* https://www.dartdocs.org/documentation/intl/0.13.0/intl/DateFormat-class.html
*
* `format` can also be one of the following predefined formats:
*
Expand Down

0 comments on commit 9146bb0

Please sign in to comment.