[eluser]terrycyleung[/eluser]
Hi All,
I would like to consult how to check the end time cannot early than start time, I've modified the validation code as follow but seem not work, please help, thank you so much.
$this->form_validation->set_rules('start_time', 'Start Time', 'required
|less_than[end_time]');
Thanks.