Vaadin 8 DateTimeField Calendar/Time Picker Configuration

Hi Everyone!

I’m using Vaadin 8.1.5 (I know a bit behind, but based on where we are in this project, I can’t update currently). I have DateTimeFields that I have set the DateFormat as follows (MM-dd-yyyy HH:mm). I would like the calendar/time picker portion of this component to reflect this format. I changed the Locale on this specific component to UK because they use the 24:00 time format. However, this wrecks my calendar as the start day for the week is now Monday. I’m located in the US. The project is a pharmacy project, so I can’t risk having that kind of confusion in the calendar. I need the first day of the week to be Sunday, but I need the time to be in 24:00 format. Has anyone had to configure the calendar/time portion of this component in ways that differs from their current Locale (and as far as my research has turned up, any English Locale)? How did you solve it? So far, I’ve come up short.

-HannaH