Welcome Guest, Not a member yet? Register   Sign In
start and end date validation for searches [SOLVED]
#5

[eluser]bretticus[/eluser]
You can modify your date checker method to look for the presence of another field variable:

Code:
// check date callback snippet for end_date
if ( $this->input->post('start_date') !== false ) {
   //validate date and return true or false
} else {
   return TRUE;
}


Messages In This Thread
start and end date validation for searches [SOLVED] - by El Forum - 11-10-2009, 02:02 AM
start and end date validation for searches [SOLVED] - by El Forum - 11-10-2009, 02:43 AM
start and end date validation for searches [SOLVED] - by El Forum - 11-10-2009, 03:14 AM
start and end date validation for searches [SOLVED] - by El Forum - 11-10-2009, 03:20 AM
start and end date validation for searches [SOLVED] - by El Forum - 11-10-2009, 10:11 AM
start and end date validation for searches [SOLVED] - by El Forum - 11-11-2009, 07:52 AM
start and end date validation for searches [SOLVED] - by El Forum - 02-08-2010, 05:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB