Web date picker supporting dd MMM yyyy format

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?

Many thanks

Steve

It’s coming up!
#79493 - WebDatePicker: Please expose the bootstrap-datepicker “format” property

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).

1 Like

my websdk webdatetime picker will let you choose whatever format you need
and much more

1 Like

Thumbs up https://xojo.com/issue/79493

That way we can have this baked in without relying on 3rd party

You don’t need to thumbs up the ticket, it’s been implemented!

If you need a format that’s not available, you should make a new ticket for it.

1 Like

Glad it has been implemented and thanks for the update