There are some issues with the DateForm pipe on Angular's side. Right now it only works on Chrome and Opera. From Angular:
WARNING: this pipe uses the Internationalization API. Therefore it is only reliable in Chrome and Opera browsers.
Formats a date value to a string based on the requested format.
Here is an issue that is tracking it: https://github.com/angular/angular/issues/3333