Gentlemen, I'm getting a date in this DD / MM / YYYY format, and since I'm using MYSQL, I have to save it in YYYY-MM-DD.
The issue is that I'm using eloquent and I'm doing something like this:
public function create(Request $request)
$tabla...
asked by
20.02.2018 / 19:32