Question
how to hardcode time in datepicker widget where date can be selected by user
While fetching selected date from datepicker widget, i want to hardcode time as 23:59:59.000.
For example if 23/03/2022 is selected in datepicker widget means, while storing data i want tostore as 23/03/2022 23:59:59.000 in datatable. It should work correctly in all timezones. how to do this?

