Skip to content

vt740: Calendar load issue

Something is broken... When logging in to a clean vt740 and opening the Calendar view - there is a problem with the format of the date being fed to the DateTime::_construct():

Screenshot_from_2021-05-07_10-19-18

Screenshot_from_2021-05-07_10-19-34

Note how the date sent in the request to the feed action is 2021-05-02 (Y-m-d) but the date fed to the constructor is 02-2021-05 (d-Y-m)...