QCalendarPopup Something wrong or a bug
Wed, 11/18/2009 - 16:42
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"

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