Change your code to:
<Label Text="{Binding Date, StringFormat="{0:MMMM dd, yyyy}"}"></Label>
<Label Text="{Binding Time, StringFormat="{}{0:hh\\:mm}"}"></Label>
Change your code to:
<Label Text="{Binding Date, StringFormat="{0:MMMM dd, yyyy}"}"></Label>
<Label Text="{Binding Time, StringFormat="{}{0:hh\\:mm}"}"></Label>