Replies: 0
once again in normal tables we can change rows that come back in unix to readable dates like so
<td><?php echo date(‘D M j, G:i:s’,$row[“time”]); ?></td>
how can we do this with this plugin?
Replies: 0
once again in normal tables we can change rows that come back in unix to readable dates like so
<td><?php echo date(‘D M j, G:i:s’,$row[“time”]); ?></td>
how can we do this with this plugin?