returning Timestamp in date() format
-
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>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
how can we do this with this plugin?
- The topic ‘returning Timestamp in date() format’ is closed to new replies.