Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Date formatting for ISODate string fails on Android 2.1 stock browser #2275

@thiloplanz

Description

@thiloplanz

The following does not work on the Android 2.1 stock browser.

<!doctype html>
<html>
  <body ng-app>
    <span>{{ '2013-03-12T06:26:08.832Z' | date }}</span>       
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular.min.js"></script>
  </body>
</html>

It prints "Mar NaN, NaN" instead of "Mar 12, 2013".

Problem occurs with both Angular 1.0.5 and 1.1.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions