Hi,
I was hoping for some advice on updating the getTimeParting plugin from 3.4 > 6.2.
It appears the 3.4 code uses "Utility Function: split v1.5 (JS 1.0 compatible)" which I don't believe is needed any more.
Also the older code needed to have the date ranges for time parting entered e.g.
//US
s._tpDST = {
2012:'3/11,11/4',
2013:'3/10,11/3',
2014:'3/9,11/2',
2015:'3/8,11/1',
2016:'3/13,11/6',
2017:'3/12,11/5',
2018:'3/11,11/4',
2019:'3/10,11/3',
2020:'3/8,11/1',
I assume with the new version of the code the above code is no longer necessary?
Cheers