HI, I have a problem parsing a date in php using strptime() as my system is running windows. I've also try to parse the date using strtotime() but not luck either because I'm using euro date format.
This is the date format I'm using 30/11/2009 11:00 am and I need to get the timestamp from it.
Any ideas how can I achieve this ??