Hi I would like to ask you a question I would like to format date "01-Sep-2017" in laravel the below is my code.
$toDate = Carbon::now()->format('dd-MMM-yyyy');
Hi I would like to ask you a question I would like to format date "01-Sep-2017" in laravel the below is my code.
$toDate = Carbon::now()->format('dd-MMM-yyyy');