I have a field that is suppost to be a date. But now i have decided to also have the ability to enter a string. Why you might ask? Because that I store some data of a specifik product both in the US, Europe and Japan. And it would be nice to actually see if that product hasent been release in that region.
Well, the dater_format key only supports date formats and no other formats. If you want to support this I would recommend you to create a custom Rule and use that
@gillesdeb Yeah good input! But the date could also be unknown, that why.
But i think i will go with the boolean option.
A checkbox with the validation of required_unless:anotherfield,value,... and also for the date_format will have the required_unless:anotherfield,value,.... Or am i wrong?