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 Date関数に基づいているmysql SELECTで日付をフォーマットすることは可能ですか?
mysql の日付列があり、日付を php 日付形式 (d/m/y) で返すクエリを実行したいですか?
ありがとう
DATE_FORMAT次のような関数を使用してみてください。
DATE_FORMAT
DATE_FORMAT(NOW(),'%d/%m/%Y')