To set the Calendar into date picker mode, simply set
DatePickerMode = "true"
You can also specify the textbox ID where you wish to put the formatted date:
TextBoxId = "myTextBoxID"
To allow time selection set:
ShowTimeSelector = "true"
Change the text of the set button:
TextSelectTime="Set Time"