Date Validation with CI
June 20th, 2008
The new release of CodeIgniter (1.6.2) still doesn’t have a date validation function included in the validation class. However, no need to worry. I will show you in a couple easy steps how to add this in.
First off let’s start by saying that we will validate dates in the MM/DD/YYYY format. If [...]