convert string to date and time

0
hello  how i can convert string to date and time  input ‘13-1-2020’ output 13-1-2020
asked
1 answers
1

You can use the parseDateTime(UTC) function for this.

See the ref.guide for more information

https://docs.mendix.com/refguide/parse-and-format-date-function-calls

answered