[quote="ajb":1f47k7qk]I also recommend to use RB, but sometimes you just need a form and you don't want to store this data - e.g. filter rules.
Then use 'datepicker' and 'timestamp' fields
$form->addElement('datepicker', $field_id, $label);
$form->addElement('timestamp', $field_id, $label, $f_param);
Those fields are registered to QF in Utils/PopupCalendar module. Please search the code for usages and how to use f_param to manipulate input fields.
Regards,
Adam[/quote:1f47k7qk]
Thanks a lot! It works for me