I am having a few problems with date picker.
A few things work with Mootols Datepicker, and some other works with Monkey Phisics.
None type is good for every thing.
Monkey Phisics
what don't works: Moo datepicker style
minDate: new Date(), maxDate: new Date()
what works: startView: 'year', format: '\M \Y', months: ['Janeiro', 'Fevereiro',... ],
Mootols Datepicker
what don't works: format: '\M \Y', months: ['Janeiro', 'Fevereiro',... ],
what works: Moo datepicker style
startView: 'year',
The bigest problem is Moo DatePicker Style and date format.
A few things work with Mootols Datepicker, and some other works with Monkey Phisics.
None type is good for every thing.
Monkey Phisics
what don't works: Moo datepicker style
minDate: new Date(), maxDate: new Date()
what works: startView: 'year', format: '\M \Y', months: ['Janeiro', 'Fevereiro',... ],
Mootols Datepicker
what don't works: format: '\M \Y', months: ['Janeiro', 'Fevereiro',... ],
what works: Moo datepicker style
startView: 'year',
The bigest problem is Moo DatePicker Style and date format.
Hi rslyra,
Have you checked the DatePicker threads here in the Forums? See here for example.
The MooTools DatePicker is a fork from the MonkeyPhysics DatePicker that has been updated to work with more recent releases of MooTools. If you are using Joomla! 1.6 or later then I strongly recommend that you use the MooTools DatePicker.
Bob
Have you checked the DatePicker threads here in the Forums? See here for example.
The MooTools DatePicker is a fork from the MonkeyPhysics DatePicker that has been updated to work with more recent releases of MooTools. If you are using Joomla! 1.6 or later then I strongly recommend that you use the MooTools DatePicker.
Mootols Datepicker what don't works:
format: '\M \Y', months: ['Janeiro', 'Fevereiro',... ],
Bob
as usual, this is not the end, yet.
About format:
this
dont work
this:
works, but don't save the date.
About format:
this
format: '%d %m %Y'; months: ['Janeiro', 'Fevereiro', 'Marco', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro']dont work
this:
format: '%d-%m-%Y'works, but don't save the date.
Hi rslyra,
This
I've no idea why it doesn't save . . . there's not enough information here to try guessing.
Bob
This
format: '%d %m %Y'; months: . . .needs to beformat: '%d %m %Y', months: . . .I've no idea why it doesn't save . . . there's not enough information here to try guessing.
Bob
This topic is locked and no more replies can be posted.
