Hello
We have a torrent website. Whenever some new torrent is uploaded it show date Format as D:M:Y
But instead of that i want to show it "Today" "Yesterday" Like that for these two days.
How can i do that ? Here script that shows it.
We have a torrent website. Whenever some new torrent is uploaded it show date Format as D:M:Y
But instead of that i want to show it "Today" "Yesterday" Like that for these two days.
How can i do that ? Here script that shows it.
PHP:
print("<td class='ttable_col$x' align='center'>".date("d-m-Y", utc_to_tz_time($row['added']))."</td>");