Hi,
I want to change the schedule components to show times in 24 hour format instead of AM/PM. I saw that there is a locale option so I set that to "nl"... doesn`t seem to work... I tried:
import { loadCldr } from '@syncfusion/ej2-base';
import { setCulture } from '@syncfusion/ej2-base';
import * as numberingSystems from 'cldr-data/supplemental/numberingSystems.json'
import * as gregorian from 'cldr-data/main/nl/ca-gregorian.json'
import * as numbers from 'cldr-data/main/nl/numbers.json'
import * as timeZoneNames from 'cldr-data/main/nl/timeZoneNames.json'
loadCldr(numberingSystems, gregorian, numbers, timeZoneNames)
setCulture('nl')
But no luck, is there a simple example how to do this?
Regards,
Peter