<DatePicker HorizontalAlignment="Left" Date="{Binding CzechzIn,UpdateSourceTrigger=PropertyChanged , Mode=TwoWay}" Height="35" Margin="785,265,0,0" VerticalAlignment="Top" Width="265"/>
<DatePicker HorizontalAlignment="Left" SelectedDate="{Binding CzechOut, Mode = TwoWay}" Height="35" Margin="785,328,0,0" VerticalAlignment="Top" Width="286"/>
EDIT:
The error was in the binding.Apparently DatePicker boxes are messed up and the "Page" property doesnt do anything(?).
THe first line of code was the original, it does nothing. After a google search people reccomended to use SelectedDate but it says Error The property 'SelectedDate' was not found in type 'DatePicker'. how to fix this?