I know this is something of a perenial, but as far as I can see, the Xojo web date picker only offers dd/mm/yyyy format (unless I’m missing something?). The client would like dd MMM yyyy i.e ‘7 Dec 2025’ or ‘07 Dec 2025’ for today.
Can the Xojo control be made to do this? Is there a third party web date picker that will do this?
Make a feature request ticket for the format you need, because the way it got implemented we have to select from an enum of formats (we don’t get to use the datepicker format string).