The documentation for the Date() class lists several string formats that it can convert to date values. The 8601 format is not listed.
Is this accurate? Does ActionScript support parsing for 8601?
If not, how do I ask Adobe to fix this?
The documentation for the Date() class lists several string formats that it can convert to date values. The 8601 format is not listed.
Is this accurate? Does ActionScript support parsing for 8601?
If not, how do I ask Adobe to fix this?
I don't think it's supported, but I've found a way to convert to and from it here.