Programming How to format date with accessors and mutators in laravel 5.2 Change date format with accessors and mutators in Laravel 5.2 Dealing with a date can be stressful at times. Date field in MySQL Database has a default format of YYYY-MM-DD. And bootstrap datepicker gives a date format of in DD/MM/YYYY. How do I handle it properly in Laravel? In this post, we will use accessors and mutators to format date. […] Written by Clemence Ayekple July 1, 2016September 24, 2018