Try this:
date('d-m-Y', strtotime($user->from_date));
It will convert date into d-m-Y
or whatever format you have given.
Note: This solution is a general solution that works for php and any of its frameworks. For a Laravel specific method, try the solution provided by Hamelraj.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…