Symptoms
Calendar control rendering date incorrectly within UK
Diagnoses
We have a SQL Table which has a date field. When a value is stored in the field via a K2 form it is stored correctly e.g. 2015-03-19 (the format YYYY-MM-DD)
When the value is being retrieved it would appear that it is not be localized to UK, so if the day is greater than 12 it isn't displaying in the calendar control.
The calendar control has been configured to format for UK, and a custom format has been specified (dd/MM/yyyy) but still no value is returned
Resolution
This is a know issue which will be reviewed for a future release.
Workaround:
*Workaround is to change back to Date/Time Data type instead of just Date
*Implement full styling onto the DateTime property bound control.