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.
Joomla MySQL データベースをチェックし、年によっては月によってそこからデータを取得するコードが必要です。一重引用符を抽出することはできますが、データを年および/または月のみで抽出する方法が見つかりません。
$query->where($db->quoteName('receive_date') . ' = '. $db->quote('2012-11-08 17:47:00'));
解決策は何ですか?
ありがとう