Talk:Unix2DateTime: Difference between revisions
Jump to navigation
Jump to search
Huney Jewell (talk | contribs) Script compiled with error, correction arises wrong result |
Huney Jewell (talk | contribs) m Error corrected |
||
| Line 2: | Line 2: | ||
<br/><code> days = DaysPerMonth(mt++);</code> | <br/><code> days = DaysPerMonth(mt++);</code> | ||
Changed that line to: | |||
<br/><code> days = DaysPerMonth(mt++ | <br/><code> days = DaysPerMonth(year,mt++);</code> | ||
<br/>--[[User:Huney Jewell|Huney Jewell]] 07:20, 20 September 2007 (PDT) | <br/>--[[User:Huney Jewell|Huney Jewell]] 07:20, 20 September 2007 (PDT) | ||
Revision as of 07:55, 20 September 2007
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)