Thanks to visit codestin.com
Credit goes to github.com

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.

Docs: http://docs.angularjs.org/api/ng.filter:date 'Z' example in format strings is incorrect #1533

Closed
@ghost

Description

http://docs.angularjs.org/api/ng.filter:date

'Z': 4 digit (+sign) representation of the timezone offset (-1200-1200)

should probably be something like:
'Z': 4 digit (+sign) representation of the timezone offset (+1200 or -1200)

notice the + sign example, whereas the current version shows - twice

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions