Hi,
I am using the mootool DatePicker and it works fine when I enter a date in the imput field. But when I try to chance the input the Calender does not show the current date any longer. Instead of that it shows january 1970. How can I fix it? Is it possible to clear the imput field before entering a new date?
I am using:
chronoforms 4.0 RC3.5.2 and joomla 2.5.8
DateTime Picker Config:
DatePicker type: Mootools DatePicker
MooDate Picker Style: JQUI
The following Load JS Event is in use:
I hope someone can help me.
I am using the mootool DatePicker and it works fine when I enter a date in the imput field. But when I try to chance the input the Calender does not show the current date any longer. Instead of that it shows january 1970. How can I fix it? Is it possible to clear the imput field before entering a new date?
I am using:
chronoforms 4.0 RC3.5.2 and joomla 2.5.8
DateTime Picker Config:
format:'%d.%m.%Y | %H:%M Uhr'
DatePicker type: Mootools DatePicker
MooDate Picker Style: JQUI
The following Load JS Event is in use:
<?php
$lang =& JFactory::getLanguage();
$tag = $lang->getTag();
echo "Locale.use('de-DE');";
?>
I hope someone can help me.