Hi,
with the following implementation I an able to set the time format for start time without AM/PM on input field,
(args.element.querySelector(".e-start") as any).ej2_instances[0].format = "HH:mm";
How to set same format on time selection drop down on editor dialog?