$unix_timestamp = 1616076808; // just an example valid unix time
setlocale(LC_TIME, 'hu_HU'); // use your locale instead of mine
echo strftime('%Y-%m-%d, %A, %H:%M', $unix_timestamp);
- Log in to post comments
Link
$unix_timestamp = 1616076808; // just an example valid unix time
setlocale(LC_TIME, 'hu_HU'); // use your locale instead of mine
echo strftime('%Y-%m-%d, %A, %H:%M', $unix_timestamp);