Hello, colleagues.
First, let me say great thank you for an amazing control DateRangePicker. But for our work recently needed to select a time for dates of interval. How can we do it? Do you have plans to realize DateTimeRangePicker?
Best regards,
Andrew
|
import { enableRipple } from '@syncfusion/ej2-base';
enableRipple(true);
import { DateRangePicker } from '@syncfusion/ej2-calendars';
/**
* Default DateRangePicker sample
*/
let daterangepicker: DateRangePicker = new DateRangePicker(
{
format: 'dd/MM/yyyy hh:mm a',
startDate: new Date(2021,1,1,1,1),
endDate: new Date(2021,2,2,2,2)
}
);
daterangepicker.appendTo('#daterangepicker'); |
"... will be included in any one of our upcoming releases. "
This proposal has been created on Apr 11, 2019 7:05 AM :-(
"... time value in the start and end date value as mentioned below. "
This is "non-working crutch", this don't work for presets, we have a right result only for first selection of preset. The time settings are dropping on second select of any preset.
In the hope of understanding,
Andrew