Hi all,
I have got following problem:
I would like to get full datetime on object creation and when I do:
var_dump($this->date_entered);
PHP Code:
string '2008-02-13 10:18' 
instead of
PHP Code:
string '2008-02-13 10:18:30' 
seconds are missing.

What should I change to proper datatime format?

Version 4.5.0h (Build 1239)
OS: Kubuntu
Server: Apache 2
PHP: PHP 5.2.3-1ubuntu6

Thanks in advance
Marcin