I have the string like this 'Mon May 19 00:00:00 EDT 2025' . I need to conver this as date.
The sort answer is use the system.date.parse function.
3 Likes
I have the string like this 'Mon May 19 00:00:00 EDT 2025' . I need to conver this as date.
The sort answer is use the system.date.parse function.