![]() |
Problem with date picker - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Problem with date picker (/showthread.php?tid=48109) |
Problem with date picker - El Forum - 01-04-2012 [eluser]Unknown[/eluser] Hello Guys! I'm having trouble with my date picker. The date picker doesn't show up when I click its designated button. Can you help me with this? Here's my code for it: Code: $sod = array('name'=>'sod', 'maxlength'=>'10','size'=>'15', 'readonly'=>'readonly', 'value'=>$this->input->post('sod')); Thanks in advance for your help! |