added before and after date filters

Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
Dayle Rees
2012-03-21 21:07:10 +00:00
parent 8457238ab1
commit 533112e2f5
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.",
/*
|--------------------------------------------------------------------------