QCalendarPopup Something wrong or a bug

Login or register to post comments
1 reply [Last post]
Domanitrogen's picture
Offline
Joined: 05/09/2009

I think there is a bug in QCalendarPopup
http://examples.qcu.be/assets/_core/php/examples/other_controls/datetime...
Select any date you will find the day -1 for example if you select "Nov 18 2009" you will find the value "Nov 17 2009"

Offline
Joined: 01/09/2008

check your php timezone settings in configuration.inc.php:

if ((function_exists('date_default_timezone_set')) && (!ini_get('date.timezone')))
date_default_timezone_set('America/Los_Angeles');

Set it to your local php installation.
For a list of supported timezones, see
PHP Website