I have birthday field in my form.and type is date string (picked by date picker). I validate this request by
'birthday'=>'required|date_format:"d/m/Y"|after:"01-01-1396"',
But in Solar Hijri calendar we have date like 31/06/1396 and the validator say not match d/m/Y and it's say truth.
Now how can I check Solar Hijri (SH) date ?
In Solar Hijri (SH) calendar The first six months have 31 days, the next five have 30 days, and the last month has 29 days in usual years but 30 days in leap years.