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.
こんにちは文字列形式の日付を数値形式に変換する方法は?
$bd=$row[dateofb]; o/p:08 august 2012
しかし、上記の刺し傷を08/08/1212に変換する方法
これを試して。:)dateと組み合わせた関数strtotime
date
strtotime
echo date('d/m/Y', strtotime($bd));