Conversation
Based on https://www.ietf.org/rfc/rfc3339.txt there is no such format without : sign
|
941e02f Looks good. But the ":" sign is optional according to:
|
|
Merged 941e02f and release 2.2.1. |
|
I will test further possible cases with Thanks for merging undefined fix. |
|
If you are getting this error while parsing, you can use Instead of making |
|
Indeed. I thought tokens are somewhat consistent with angular date filter but i've just noticed |
Tried to use this directive with
datetime-model="yyyy-MM-ddTHH:mm:ss.sssZ"but it failed with undefined reference error. Also format of timezone offset is expected without:. According to https://www.ietf.org/rfc/rfc3339.txt there should be:sign. I found that only angular date filter uses format without:.