You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback function (as I usderstand that stuff) meant to fire on "change" sends to console log neither "data.dateStart" neither data['dateStart']. There is some objectObject inside "data" variable. But I dont understand how to mine from that objec start date and end date. And I do suffer without them(
Thank you for attention!
The text was updated successfully, but these errors were encountered:
Hello, sir! I'm initializing daterangepicker like this:
$("#e1").daterangepicker({ open: function(event, data) { console.log('open') }, change: function(event, data) { console.log(data.dateStart + data['dateStart']) }, clear: function(event, data) { console.log('clear') }, cancel: function(event, data) { console.log('cancel') } });
The callback function (as I usderstand that stuff) meant to fire on "change" sends to console log neither "data.dateStart" neither data['dateStart']. There is some objectObject inside "data" variable. But I dont understand how to mine from that objec start date and end date. And I do suffer without them(
Thank you for attention!
The text was updated successfully, but these errors were encountered: