Welcome Guest, Not a member yet? Register   Sign In
need with date input?
#5

[eluser]Aken[/eluser]
Well you could just put the form values together...

If you're using POST to submit the form...
Code:
$date = $this->input->post('year').'-'.$this->input->post('month').'-'.$this->input->post('day');

Then use the $date variable in your query. Pretty simple.


Messages In This Thread
need with date input? - by El Forum - 10-19-2008, 09:14 PM
need with date input? - by El Forum - 10-20-2008, 12:42 AM
need with date input? - by El Forum - 10-20-2008, 12:45 AM
need with date input? - by El Forum - 10-20-2008, 12:47 AM
need with date input? - by El Forum - 10-20-2008, 01:16 AM
need with date input? - by El Forum - 10-20-2008, 01:19 AM
need with date input? - by El Forum - 10-20-2008, 01:25 AM
need with date input? - by El Forum - 10-20-2008, 01:36 AM
need with date input? - by El Forum - 10-20-2008, 01:43 AM
need with date input? - by El Forum - 10-20-2008, 01:51 AM
need with date input? - by El Forum - 10-23-2008, 02:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB