weird GtkCalendar problem
[email protected] (Daniel Adams)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
I have a GtkCalendar in my dialog. If I clearly date and call
$cal->get_date (); it month one less than it should be. For instance, if
I select october 31, 2001 it returns
Array
(
[0] => 2001
[1] => 9
[2] => 31
)
Anyone know how to fix this?
- Dan
--