Hi,I'm struggling with displaying the date in a field on a table. I get this value Pointer:### instead of the actual date. (where #### is a series of numbers, e.g. Pointer:214470240)Trying something like thisvar date1 = new Date();xfa.resolveNode("Row1[0].textfield").rawValue= date1;Additionally, if...