|
Post by Wormopolis on Oct 7, 2012 13:37:06 GMT -8
alright... remove that line I had you add before
then find this line sDate.setDate(1); sDate.setYear(datechkY); sDate.setMonth(m);
after it put
if ((datechkY < 2012) || (datechkY== 2012 && m < 9 )) { sDate.setYear(2012); sDate.setMonth(8); }
|
|
crystal
Not New Member
Posts: 10
crystal said 0 great things
|
Post by crystal on Oct 8, 2012 3:50:36 GMT -8
Yup, it works great! thanks! Something like that was kinda what I had in mind, changing the join date stuff. Now I can understand what the array means, not that it's difficult anyway, but I got crazy when trying to find a solution myself with so many variables like datechk, sdate etc floating around haha.
|
|