17 Answers · $myDateTime = DateTime::createFromFormat('Y-m-d', $dateString); $newDateString = $myDateTime->format('m/d/Y');. You are first giving it the format $ ...
確定! 回上一頁