Hello,
first, thanks for this really fantastic component & the great support here.
For my problem i found some faq's and other threads but actually, i can't fix my problem...
I use Datetimepicker with default (by MonkeyPhysics). In most cases, when i choosed my date in the calenderpicker and the timepicker appears, i can't change the time. In these cases, i can only click anywhere in the timepickerform, the date (i choosed before) changes and after this, i can set my time. But without the right date, it's useless.
For me, it seems that the calendarpicker is still in front of the timepicker (i tested this for some clicks and everytime, the date changed to the date, that used to be on the place in the calender).
Following the FAQ, i should add a load css action including
I also tested the new Mootools Datepicker with all three styles and checked/unchecked Validation options "required" and "point to clone". In Frontend, the problem above got solved and it works fine to the point i want to store my data to database. First problem is, that everytime, i choosed my date & time and a value is required, the tooltip "obligatisches Feld" appears and does not close but there is a value in the filed like "2013-09-03 11:54:23". The second problem is, that the datetime in this field isn't saved to database.
what's wrong?
first, thanks for this really fantastic component & the great support here.
For my problem i found some faq's and other threads but actually, i can't fix my problem...
I use Datetimepicker with default (by MonkeyPhysics). In most cases, when i choosed my date in the calenderpicker and the timepicker appears, i can't change the time. In these cases, i can only click anywhere in the timepickerform, the date (i choosed before) changes and after this, i can set my time. But without the right date, it's useless.
For me, it seems that the calendarpicker is still in front of the timepicker (i tested this for some clicks and everytime, the date changed to the date, that used to be on the place in the calender).
Following the FAQ, i should add a load css action including
div.datepicker_dashboard {
z-index: 10000 !important;
}
I also tested the new Mootools Datepicker with all three styles and checked/unchecked Validation options "required" and "point to clone". In Frontend, the problem above got solved and it works fine to the point i want to store my data to database. First problem is, that everytime, i choosed my date & time and a value is required, the tooltip "obligatisches Feld" appears and does not close but there is a value in the filed like "2013-09-03 11:54:23". The second problem is, that the datetime in this field isn't saved to database.
what's wrong?