79658466

Date: 2025-06-09 07:08:44
Score: 1.5
Natty:
Report link

You can format dates using model casts array.

protected $casts = [
    'leave_date' => 'date:Y-m-d',    
];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tharindu Dissanayake