mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-10 05:03:44 +01:00
Unix Time for Office
Example: =A1/86400+25569 *A1 is the field with the Unix numerical value, set the created cell to the desired date format. The date is UTC/GMT+0
This commit is contained in:
parent
ba173fa2dd
commit
084552e72f
@ -429,8 +429,8 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
|
||||
</tr>
|
||||
<tr style="display:none;">
|
||||
<td colspan="7"><?php echo $moneroooTable; ?></td>
|
||||
<td><?php echo $time; ?></td>
|
||||
<td>TZ:<?php echo date_default_timezone_get(); ?></td>
|
||||
<td>Unix Time:</td>
|
||||
<td colspan="2"><?php echo $api_cg->time; ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user