hi plz.anybody help me regrading from unix time and date to normal date in humanreadable date
plz help…
hi plz.anybody help me regrading from unix time and date to normal date in humanreadable date
plz help…
If you have the unix timestamp in as a string in $time variable for example, you can just do this: date("d M Y", strtotime($time));