Hello
I have a foreach cyle which receives $date in all these possible combinations
1 May 2007
1 2007 May
May 1 2007
May 2007 1
2007 May 1
2007 1 May
When I receive $date I want transform $date always in
1 May 2007
Any idea how to do that in an good way ?
Thanks







Bookmarks