I am using Xataface for storing thousands of records relating to family history, which by their nature have old dates.
I'm finding that Xataface will not display dates before 1900 (actually 1902, for some reason), which is the majority of records! I have a field set as DATE format in the MySQL database and I would simply like that to be sortable in list view. Plus being able to do date range searches in find. The new datepicker module works really well for this in edit, but list and browse views are not working.
I've found I can get around this by overriding it using a display function in my table's delegate class, however this seems to slow up fetching records quite a lot.
Does anyone know of a fix for this please?