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.
MySQL でフォーマットされた日付 (YYYY-MM-DD) をフォーマットしようとしていて、月と年、たとえば「2012 年 9 月」を表示したいと考えています。
私のコード:
<?php echo htmlspecialchars($row["date"], ENT_QUOTES, "UTF-8"); ?>
これを達成する方法を知っている人はいますか?