Level 61
Have you tried using rules?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I don't arrive to use MaxDate meta on a Date Fields. Could you help me ?
Date::make('Date','perform_at')
->nullable()
->withMeta([
'dateFormat' => 'd.m.Y',
'maxDate' => now()->format('d.m.Y')
]),
I try this
Please or to participate in this conversation.