manideva Posted November 22, 2010 Share Posted November 22, 2010 How to convert date which is in 11/22/2010 format to 22nd November 2010 Link to comment https://forums.phpfreaks.com/topic/219485-date_fromat/ Share on other sites More sharing options...
Pikachu2000 Posted November 22, 2010 Share Posted November 22, 2010 echo date('jS F, Y', strtotime('11/22/2010')); Link to comment https://forums.phpfreaks.com/topic/219485-date_fromat/#findComment-1138016 Share on other sites More sharing options...
manideva Posted November 22, 2010 Author Share Posted November 22, 2010 Thanx, let me try this code and let u know Link to comment https://forums.phpfreaks.com/topic/219485-date_fromat/#findComment-1138017 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.