Hi,
I have an app that is very basic that is sending a value from the date Picker component to an API end point. when I test through the Data View, it works and when I test it in the web client it works.
However when use the same functionality through the mobile client I am getting JSON error response {code:8003, message:Invalid date format, errorData:{}}
Has anyone experienced this before or know how to remedy it as I cant get it to accept any format currently through a mobile solution.
For the UI, you have to set the Z-index of the date field so that it will appear correctly on top of other components – this is an issue that has not yet been solved on the runtime side so this workaround is needed for the time being. …I did add that information to its description, but that’s not visible anywhere I’ll add a fix for that.
EDIT: also apparently the mobile version’s timestamp did not include milliseconds and while this should not be a problem as it is a perfectly valid datetime value… it might be for your backend. I put a fix coming that the timestamp for mobile will also include milliseconds working with datetimes is… complicated.