This is driving me crazy.I've got some code that works://DateTimeField1 initialisation:$.rawValue = Num2Date( Date(), "DD-MM-YYYY")//Button to add 365 days:DateTimeField1.rawValue = Num2Date((Date2Num(DateTimeField1.rawValue,"DD-MM-YYYY") + 365), "DD-MM-YYYY")I'm trying to modify this to work with a...