I could be overlooking something, but Flash / AS3 seems to be missing basic date formatting functionality. How do I get a formatted string from a Date
? There's a few options like .toLocaleDateString()
and .toUTCString()
, but that a bit limiting, to say the least.
So, how do I format a Date
object in AS3?