vbnullchar Posted November 22, 2006 Share Posted November 22, 2006 is it possible to convert this date "11/22/2006" format to timestamp? Link to comment https://forums.phpfreaks.com/topic/28058-date-to-timestamp/ Share on other sites More sharing options...
printf Posted November 22, 2006 Share Posted November 22, 2006 strtotime();[code]echo strtotime('11/22/2006');[/code]printf Link to comment https://forums.phpfreaks.com/topic/28058-date-to-timestamp/#findComment-128377 Share on other sites More sharing options...
vbnullchar Posted November 22, 2006 Author Share Posted November 22, 2006 hey thanks, that was quick.. another one.. hw to compute the difference of two dates? thanks againnn Link to comment https://forums.phpfreaks.com/topic/28058-date-to-timestamp/#findComment-128381 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.