In my mobile app I have a form with an input bound to a DateTime variable as shown below.
The default behavior of this input (at least in the browser emulator) is that that the DateTime format is "MM/dd/yyyy hh:mm tt". This is not how we want to represent the DateTime in our application, it should be "yyyy-MM-dd HH:mm" (time with 24 hour format)
Is it possible to force this format in the input box?
Instant edit: I found this post but that does help me any further as this is for web development using RichWidgets nor do I want to change the global server settings because of a business wish for one app: https://www.outsystems.com/forums/discussion/16209/format-date-in-textbox-input-widget/
Hi Vincent,
Look https://www.outsystems.com/forums/discussion/32892/how-to-format-date-time/#Post113742
Thanks
Hi,
@Vincent Koning
You can visit This discussion that is helpful for you.
Thanks,
Sonali verma
Hi Sonali,
Thank you for your response but please don't wake up the dead. This thread is from 2019 and is no issue any longer.
Greetings,
Vincent