Merge pull request #436 from daylerees/date-filters

Date before and after filters
This commit is contained in:
Taylor Otwell
2012-03-21 20:29:33 -07:00
2 changed files with 56 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ return array(
),
"unique" => "The :attribute has already been taken.",
"url" => "The :attribute format is invalid.",
"before" => "The :attribute field must contain a date before :date.",
"after" => "The :attribute field must contain a date after :date.",
/*
|--------------------------------------------------------------------------