Implement public API getter methods for start and end dates #463
Labels
Category: help wanted
Good issue for beginners.
Status: todo
Accepted issue that needs someone to fix it.
Type: enhancement
Feature request or other QoL improvements.
I just upgraded to the newest version and the get API functions are no missing
data: function (params) {$('#reportrange').data('dateRangePicker').getEnd()).format("YYYY-MM-DD HH:mm"); //$ ("#reportrange").data('daterangepicker').endDate.format('DDMMMYYYY');
params.StartDate = moment($('#reportrange').data('dateRangePicker').getStart()).format("YYYY-MM-DD HH:mm");
params.EndDate = moment(
}
Can these be re-added to please advise how to access the start and end dates without having to decode the dom element value
The text was updated successfully, but these errors were encountered: