Description: Trying to format your dates to read Month, Date, Year
Software Version: Any
Solution:
---
RegEx Code:
(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)[0-9]{2}
Creates:
01/01/2000
01-01-2000
01.01.2000
Modified on: Fri, 9 Nov, 2018 at 2:00 PM
Description: Trying to format your dates to read Month, Date, Year
Software Version: Any
Solution:
---
RegEx Code:
(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)[0-9]{2}
Creates:
01/01/2000
01-01-2000
01.01.2000
Did you find it helpful? Yes No
Send feedback