5
I receive a string with a date, and unfortunately there is no way to change it, in the format:
1 de September de 2015
And make it into:
01/09/2015
The only way I could do this would be to break the string and form an array, and check the required parts. But there is some other way?
I know there’s no way to use strtotime and strftime.
You’re gonna have to do a job, buddy. I can sense the geek
– Wallace Maxters