![]() |
need help in date helper - 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: need help in date helper (/showthread.php?tid=46775) |
need help in date helper - El Forum - 11-15-2011 [eluser]Mistry007[/eluser] i want to take current datetime in varibale but some how i am not able to take it. Code: $this->date_string = "%Y/%m/%d %h:%i %a"; It will display me the output like Code: 2011/11/15 08:50 am can any one help me out.. Thanks. |