I’m specifying ‘M d, yy’ as my returnFormat but the dates are coming back in m/d/yy format. I’ve set up a stripped down test file to confirm that there’s nothing else interfering here. You can view it here: https://dev.timesavr.net/test.php
The returnFormatoption can have 4 possible values: 'jsdate', 'iso8601', 'locale', and 'moment'. You have to use the dateFormatoption instead of the returnFormat option, to set the displayed value in the desired format. For example:
That’s why I thought I had to use returnFormat. Am I looking at the wrong documentation, or is the documentation incomplete? Or a third option, am I going blind?
Actually, the dateFormat is listed under the Localization section (Range documentation for JQuery | Mobiscroll) and not under the Options section (the link that you shared).
Probably that was the problem. In either way, happy to hear that helped!