Picking time from dhtmlxCalendar

Hi,
When i want to pick the time from dhtmlxCalendar, i can pick the hours by giving dateFormat:%h, but i unable get the minutes.
Is it possible to get the time from dhtmlxCalendar?
Is there any particular dateFormat to get the time?

Please suggest me with some example.

Thanking you…

Hi
If you about clicking on the time area - you can click on the minutes and choose шею
About getting time (minutes) you can use the next approach:

var currentDate = myCalendar.getDate(); var formatedDate = myCalendar.getFormatedDate("%i", currentDate);