sm82528
Results
1
comments of
sm82528
How about changing the basedate to UTC? ``` var basedate = new Date(1899, 11, 30, 0, 0, 0); // 2209161600000 function datenum(v, date1904) { var epoch = v.getTime(); if(date1904) epoch...