Level 73
You are looking for this format 'd F Y'
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
guys i need to make the current_Date like this: 23 MARCH 2020
how can i do it:
protected $casts = [ 'current_time' => 'datetime: h:i A',
'current_date' => 'datetime:d M Y'
];
You are looking for this format 'd F Y'
Please or to participate in this conversation.