Where can i put a input date time mask, to formar the input, for exemplo: dd/mm/yyyy HH:00?
Which component are you using?
Input with input type: Date Time
Hello Erik Tavavares
you can use the InputMask widget to format the date and time input as dd/mm/yyyy HH:00. Here's how you can do it:
Additionally, the widget will automatically format the input as dd/mm/yyyy HH:00 as the user types, which will improve the user experience and reduce the likelihood of input errors
If you have a datetime type record you can just use the FormatDateTime() function available in OutSystems. This will allow you to set any format to the date time.
Max
I can't find the InputMask.
The datetime is not recorder yet, it willbe inputed by the client and saved in an external database. It can be salved date time HH:00, exact hours.
I suggest you check in forge for Input Masks
Example: https://www.outsystems.com/forge/component-overview/7838/inputmask-react
Like BabyBear you should upload a component from the forge to use there
And there are others:for traditional you have https://www.outsystems.com/forge/component-overview/7729/input-mask
for mobile https://www.outsystems.com/forge/component-overview/5572/decimal-input-mask
just write "mask" in the search field from the forge .