Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デンマーク時間で時間を作ろうとしましたが、思うようにうまくいきません。
<?php echo date("d/m/Y - H:s", $online_sidste);?>
次のようにしたいだけです: 15/10-2013 - 08:01
私はこの彼女を完了しました:
date("d/m-Y - H:i", strtotime($online_sidste));
フォーマットするだけ
$today = date("d/m-Y - H:s"); echo $today;