MCQs > Website Designing & Development > Laravel Framework > To validate a date named finish_date against following rules: -Should be date -Required -Should be greater than start_date which is correct validation rule?

Laravel Framework MCQs

To validate a date named finish_date against following rules: -Should be date -Required -Should be greater than start_date which of the following is correct validation rule?

Answer

Correct Answer: 'finish_date' => 'required|date|after:start_date'

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it