Hi guys,
How can I convert this date format :
Sun 17th Apr 2005 05:53 pm
in unixtime ?
thanks a lot for your help !
date conversion into unixtime
Moderator: General Moderators
- orangeapple
- Forum Commoner
- Posts: 70
- Joined: Tue Jan 06, 2004 1:24 pm
- Location: Geneva / Switzerland
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Code: Select all
echo strtotime('Sun 17th Apr 2005 05:53 pm');- orangeapple
- Forum Commoner
- Posts: 70
- Joined: Tue Jan 06, 2004 1:24 pm
- Location: Geneva / Switzerland