![]() |
need with date input? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: need with date input? (/showthread.php?tid=12454) Pages:
1
2
|
need with date input? - El Forum - 10-23-2008 [eluser]newbie boy[/eluser] I got the solution: in the model controller this must go: Code: $calendar = $data['day']."/".$data['month']."/".$data['year']; hope this can help you too. |