I'm submitting a ...
Current behavior
When i use date pipe with 'th-TH' locale something like this
[value]="today | date: 'dd-MM-yy'"
the result is "27-01-พ.ศ. 60" which is wrong because "พ.ศ." is Buddhist Era (BE) and i don't specify era symbol in date format.
Expected behavior
The correct display result should be "27-01-60".
Please tell us about your environment:
-
Angular version:
2.3.1
-
Browser:
all
I'm submitting a ...
Current behavior
When i use date pipe with 'th-TH' locale something like this
[value]="today | date: 'dd-MM-yy'"the result is "27-01-พ.ศ. 60" which is wrong because "พ.ศ." is Buddhist Era (BE) and i don't specify era symbol in date format.
Expected behavior
The correct display result should be "27-01-60".
Please tell us about your environment:
Angular version:
2.3.1
Browser:
all