Hello, I have the following code to format the date that the user informs and inserts in my bank:
$arrayData['data_validade'] = date_format("Y-m-d",strtotime(str_replace('/','-',$this->$arrayData)));
But, this date_format works only for t...
asked by
31.03.2015 / 15:30