Hello,
How to disable that functionality? Iam updating grid values with dialog. We have clients from different time zones and we are managing it our way. From this control we are expecting to get exactly the same date were entered by client.
Example: in this scenario, if client select today (2021-02-01) (time by default is 12:00AM) after that strange convert, I get date: 2021-01-31 ( - 2hours offset,so its 2021-01-31 10:00PM)
<div class="form-group col-md-3">
<ejs-datepicker id="datepickerDeliveryDate" ejs-for="@Model.DeliveryDate" floatLabelType="Always" placeholder="@L["DeliveryDate"].Value"></ejs-datepicker>
</div>
Example 2: If clinet selects today and 16:00 PM. As a result i get: 2021-01-31 14:00PM
<ejs-datetimepicker id="datepickerSlotStartUpdate" ejs-for="@Model.SlotStart" floatLabelType="Always" placeholder="@L["SlotStart"].Value"></ejs-datetimepicker>