Calendar

How can I get the currently selected date of a component?

You can attach onDateSelected event handler

$$('calendar').attachEvent("onDateSelect", function(date){ alert(date); });

Yeah I know that, but I would like to get the date on a buttonclick not on the DateSelected event.

It was missed in 0.5 version :frowning:
Oncoming update will introduce getDate method, but for now there is no public method