15.12.2022, 10:00
KNX Date datatype uses 2 digits [0..99] to encode the year.
value ≥ 90 : interpret as 20th century
value < 90: interpret as 21st century
Valid range is 1990 to 2089.
If you want to display a date but not modify it then you can use string data type.
value ≥ 90 : interpret as 20th century
value < 90: interpret as 21st century
Valid range is 1990 to 2089.
If you want to display a date but not modify it then you can use string data type.