In mootools 1.6, `Array.from()` is deprecated. Date-picker throws errors and is unable to initialize. Search and replace all instances of `Array.from()` with `Array.convert()` seems to do the trick at a first glance.
In mootools 1.6,
Array.from()is deprecated. Date-picker throws errors and is unable to initialize.Search and replace all instances of
Array.from()withArray.convert()seems to do the trick at a first glance.