Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1, April 02, 2002 at 23:19:18:

You are here: irt.org | About | Feedback | 3744 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1

Sent by
Takuya SATO on April 02, 2002 at 23:19:18:

Worth:
Worth reading

Comments:
This page code helped me much, but
I found a bug.

It should be like this:
var test = new Date(year,month -1,day);
if ( (y2k(test.getYear()) == year) &&
(month == (test.getMonth() +1)) &&

JavaScript treates months from 0 - 11.
The original code seems to be fine, but does'nt work.
ex) month = 3, day = 31.


Other feedback on 'irt.org FAQ Knowledge Base Q1' - show all

©2018 Martin Webb