I have an example datetime string “Today, Fri May 12 2023 at 07:00:00, we go swimming”. I use the new Date(string) and it gives invalid date.
Is there regex script to convert that string to valid date?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have an example datetime string “Today, Fri May 12 2023 at 07:00:00, we go swimming”. I use the new Date(string) and it gives invalid date.
Is there regex script to convert that string to valid date?