Input date as UK format
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
I have a WPF app with sqlserver 2008 database. I have several textboxes bound to date fields in the database as so : TextBox Height="28" Name="textBoxApprovedDate" Width="120" Text="{Binding Path=ApprovedDate,StringFormat=dd/MM/yyyy} The output from the database is fine, but it will not allow me to input a date in UK format ie dd/MM/yyyy. How can I solve this? TIA Mike
-
I have a WPF app with sqlserver 2008 database. I have several textboxes bound to date fields in the database as so : TextBox Height="28" Name="textBoxApprovedDate" Width="120" Text="{Binding Path=ApprovedDate,StringFormat=dd/MM/yyyy} The output from the database is fine, but it will not allow me to input a date in UK format ie dd/MM/yyyy. How can I solve this? TIA Mike