asked on June 25, 2017
•
Show version history
I am trying to format a field in a Form that shows a Date Of Birth plus the time. I need to only show the date.
Example - 23/06/2000 00:00:00
I would imagine that the regex would be something like this - (\d\d\/\d\d\/\d\d\d\d)\s00:00:00
How do I use it with JavaScript?
0
0