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.
これは、DateTime を使用して PHP で現在の時刻を取得する正しい方法ですか?
$currenttime = new DateTime(); $currenttime2 = $currenttime->format('H:i:s');