User talk:Dmclapp

From Rosetta Code
Revision as of 23:07, 14 October 2013 by Catskill549 (talk | contribs) (Created page with "Hello, I noticed you added 'calendar' to the AWK language. I have copied the code to my machine (running Windows 8 and gawk 4.1) and have noticed that it doesn't work for leap...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hello, I noticed you added 'calendar' to the AWK language. I have copied the code to my machine (running Windows 8 and gawk 4.1) and have noticed that it doesn't work for leap years. For example, - year 2013 is OK - year 2012 is NG: missing 2/29, March starts on Wed and S/B Thurs, March has 29 days, etc. - years 2011-2009 are OK - year 2008 is NG tested via: ECHO 2012 | GAWK -f CALENDAR.AWK -