<?php $input = array( 'last day of this month', 'Last day of this month', 'lAst Day of This Month'); foreach ($input as $str) { var_dump(date('Y-m-d', strtotime($str))); }
You have javascript disabled. You will not be able to edit any code.