Hi there,
In my change event on the DateRangePicker, the args.startDate and args.endDate are in long date format.
I would like it in dd/MM/yyyy format.
I have tried setting the date format in the DateRangePicker control, but it does not work.
@Html.EJ().DateRangePicker("DateRange").Value(DateTime.Now.AddDays(-1) + " - " + DateTime.Now).Width("60%").DateFormat("dd/MM/yyyy").ClientSideEvents(e => e.Change("onRangeChange"))
Regards,
Neill