I get a string with a date, and unfortunately there's no way to change it, in the format:
September 1, 2015
And make it into:
01/09/2015
The only way I found to do this would be by breaking the string and forming an array, and checking the necessary parts. But is there any other way?
I know there is no way to use strtotime and strftime .