Hi there,
I’m trying to set my date\time language to NL (dutch) but can’t quite figure out how to do that.
There is no AM/PM but it keeps the day and month in english.
This is my left header style with all date and time information:
header:
{ // https://github.com/resoai/TileBoard/wiki/Header-configuration
styles: {
padding: '20px 20px 0 20px',
fontSize: '20px'
},
left: [
{
type: HEADER_ITEMS.DATETIME,
dateFormat: 'EEEE, LLLL dd', //https://docs.angularjs.org/api/ng/filter/date
styles: {
margin: '0'
}
}
],