When I run this code, using the same data, I get dates from 2010 in the first column, but they should all be 2015 dates:
http://webix.com/snippet/a04b927c
For example:
Instead of 20 Mar 2015, I get 05 Feb 2010
Instead of 23 Mar 2015, I get 08 May 2010
I have tried different combinations of webix.dateToStr and webix.strToDate, and I just cannot figure out where things are going wrong.
I’m sure I’m missing something simple. Please help?