in gtkmm i must substract 1 from month for it to show properly. i dont have to susbstract for day neither for year but i must do it for month… is it bug?
glibmm and gtkmm wrap API in glib and gtk.
In GDateTime January is month 1. In GtkCalendar January is month 0.
That’s why it’s unlogical in Glib::DateTime and Gtk::Calendar, too.