Welcome Guest, Not a member yet? Register   Sign In
Reformat date from CURRENT_TIMESTAMP
#2

(This post was last modified: 02-22-2020, 05:30 PM by John_Betong.)

The timestamp could be passed to the PHP day(...) function. Check out the examples:

https://www.php.net/manual/en/function.date.php
Code:
echo date('Y.m.d H:i:s', $timestamp);
Reply


Messages In This Thread
RE: Reformat date from CURRENT_TIMESTAMP - by John_Betong - 02-22-2020, 05:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB