Can anyone direct me to a resource that could help me determine why the following creates invalid date objects? The date objects have date parts filled with NaN. public static const MIN_DATE:Date = new Date(-Number.MAX_VALUE); public static const MAX_DATE:Date = new Date(Number.MAX_VALUE);
Thanks in advance for any assistance you can provide, Greg