I think you can approach this two ways
You store the dates in the outsystems format and then deal with the conversions of your input parameters and where you present it (using functions like FormatDateTime() - example)
Or you store the dates in your format as text and then you have to deal with conversion using your own functions every time you want to add, subtract time, etc.
I'd go for the former one.