In Calendar Field I want the week start in sunday

Hi all.

What I want is that when displaying the calendar in a field, it shows me as the first day of the week on Sunday and not Monday, I don’t know where I have to change this setting.

Thanks for the help

I have this:

And I want this:

Does anyone know how to fix this?

Hi Gonayp,

I believe this property will do it:
https://wiki.servoy.com/display/DOCS/UI … EEK_NUMBER

Which uses ISO standard (Monday start) instead of Locale

Thanks for your answer

Please could you explain in more detail. I do not understand what you are suggesting to do

As the docs say, you would set this early in the session (most likely one time, in the onOpen event of the solution)

function onOpen(arg,params){
    application.putClientProperty(APP_UI_PROPERTY.CALENDAR_NG_SHOW_ISO_WEEK_NUMBER, true)
}

I already saw that, but it doesn’t solve the problem, just put the week number. What I need is that when displaying the calendar in a field, it shows me as the first day of the week on Sunday and not in Monday.

Thanks for the help