nolandsmith
3 years agoNew Contributor
Regex with Dates
Is it possible to change the date format with RegEx?
The standard format with dates is: YYYY-MM-DD
However, I need all dates in MM/DD/YYY
Is it possible to place YYYY on the end, and replace the "-" with "/" ?
Please let me know if anyone has been able to solve this before!