Quote Originally Posted by mohanakannan View Post
But my problem is,If i clicked any date in tt means,it should show the clicked date,time,month,year and day...
Place a MouseArea in each of the calendar entries and implement the onClicked handler to show the date, time, month, year and day.

And also my calendar Qml should support system calendar...
Adjust your model to support different calendar systems.