How to retrieve Date Pattern from schema in tJava/tJavaRow component?
Hello,
I found in other post, how to get Columns names and Types: for (java.lang.reflect.Field field: row1.getClass().getDeclaredFields()) { String columnName = field.getName().toString(); String type = field.getType().getSimpleName().toString(); }
But is there a way to retrieve also Date Pattern from schema?