Error java.lang.IllegalArgumentException: MONTH
Hi, i have the following bit of code: [...]int typeId = idfcollection.getValue(att).getDataType();IDfValue value = idfcollection.getValue(att);if(typeId==4){ IDfTime time = (IDfTime)value.asTime(); if(!time.toString().equals("nulldate")){[...] This normally works but sometimes i get the following error:…