The Current Date Label shows the current selected date. When there are multiple selections, you can show the lowest and highest date of the selection and the total count of dates.
All properties to customize it are found on the MultiSelectionCalendar.CurrentDateLabels property. They include:
<h2>Select any dates</h2> <des:MultiSelectionCalendar ID="MultiSelectionCalendar1" runat="server"> <CurrentDateLabels ShowField="RecommendedRow" LabelWithMultipleSelections="{COUNT} selections in {FIRSTDATE} to {LASTDATE}" DateFormatWithMultipleSelections="AbbreviatedNoYear" LabelWithNoSelection="No selection" /> </des:MultiSelectionCalendar> <br/><br/> <h2>Select only one week</h2> <des:MultiSelectionCalendar runat="server" ID="MultiSelectionCalendar2" SelectWeeks="true" SelectSingleDates="false" UnselectOthersFirst="true" > <CurrentDateLabels LabelWithMultipleSelections="{FIRSTDATE} to {LASTDATE}" DateFormatWithMultipleSelections=Abbreviated ShowField=FooterRow1 /> </des:MultiSelectionCalendar>