Hi Community,
We have an issue with the input time format. The client wants to get the time in a 12-hour format from the input. Default the input taking time in 24-hour format
We know that allowing the user to select a time on a 24/12 hour clock, usually depends on the user's OS locale configuration.
But is there any way to get the input in a 12-hour format like shown in the figure without changing the OS locale configuration. ? Or any alternate solution for the requirement ?
Thanks in advance
Vignesh Maliyekkal
Hello
You have to pass true or false according to your condition
Check if this helps
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Controls/Time_Picker
Thanks
Hey,
First of all the application is Reactive and yeah I tried the same using this 'Time Picker ' component.
But It shows times with 30-minute intervals (eg 10:00 AM, 10:30 AM). I want to select the exact time
Regards,
Vignesh
You can check Oml I have created,
Hope it might help
Sample
Hey Vingnesh
In the same widget did you try by updating the Interval in Properties to 1 Sec?
It may help
I have use javaScripts on onfocus in input widget ,You can check Oml I have created, Hope it might help you
Thank you