18.06.2016, 01:29
How to convert Unix timestamp to different format than Sun Oct 30 23:21:51 2011? Eg. I want to convert timestamp to day. month. year. hour:minuteecond. Similar function exist in PHP, it's date, eg. echo date('m/d/Y', 1299446702);