Closed voxmatt closed 8 years ago
date.js line 36
'yy': function(d) { return callDateGet(d, 'FullYear') % 100; },
results in 2001 -> 1 when '01' is the desired output
Thanks for this! This one is a duplicate of #498. Sat on it for a while but it's fixed now and should go out soon!
date.js line 36
results in 2001 -> 1 when '01' is the desired output