Solved
Forum Discussion
SpiroTaleski
2 years agoValued Contributor
Probably the easiest way is to remove the part "DD/MM/YYYY HH24:MI" from the input string, parse it and converts it to a target date-time format.
Date.parse("30/01/2024 00:00 'DD/MM/YYYY HH24:MI' ".substr(0,"30/01/2024 00:00 'DD/MM/YYYY HH24:MI' ".indexOf("'")).trim(),"dd/MM/yyyy HH:mm").toLocaleDateTimeString({"format":"yyyy-MM-dd HH:mm:ss.SSS"})
- fmcwilliams2 years agoEmployee
Hi - I wanted to check in to see if you are still having an issue with your Groundplex on Docker? I can help, I have one running on mine.
Related Content
- 4 months ago
- 3 years ago