Date custom formatting and startday - inconsistencies

A year or so ago you added the ability to change the date formatting in OMA. This works great in tables, lists, and similar places. However, there are some inconsistencies in the implementation that can be very confusing for users.

Formatting

  • Inline action forms: Mon, Mar 2, 2026 (default format, cannot be changed)

  • Date input widget: Mon, Mar 2, 2026 (default format, cannot be changed)

  • Date and time picker widget: 2026-03-02 00:00 (date format can be configured)

Starting day of the week (datepicker)

  • In inline action forms, the week starts on Monday.

  • In the date and time picker widget and date input widget, the week starts on Sunday.

It would be nice to be able to visualize dates in the same way across all components.

2 Likes

I second, I asked AIP transform to write day of week as a string and it started the week on Sunday, but extract date part starts the week on Monday

Agree with this also

1 Like