Community
Participate
Working Groups
Build Identifier: 2011 myDate = dateTimeLib.dateFromGregorian(i); Causes: The method dateFromGregorian(int) is undefined for the type DateTimeLib myDate = dateTimeLib.dateFromJulian(i); Causess: The method dateFromJulian(int) is undefined for the type DateTimeLib Reproducible: Always Steps to Reproduce: 1.myDate string; 2.myDate = dateTimeLib.dateFromGregorian(i); 3.myDate = dateTimeLib.dateFromJulian(i);
The runtime methods were mistakenly called dateValueFromGregorian and dateValueFromJulian. I renamed them.
Verified 20110828