Talk:Unix2DateTime

From Second Life Wiki
Revision as of 07:55, 20 September 2007 by Huney Jewell (talk | contribs) (Error corrected)
Jump to navigation Jump to search

Script didn't compile due to this line:
days = DaysPerMonth(mt++);

Changed that line to:
days = DaysPerMonth(year,mt++);
--Huney Jewell 07:20, 20 September 2007 (PDT)