Hi,I am writing this Javascript under a text field initialize event of Livecycle:var date = new Date();xfa.host.messageBox("year "+date.getYear(),"Message",3);xfa.host.messageBox("month "+date.getMonth(),"Message",3);I get "113" for the first messageBox and "5" for the second.Shouldn't they be 13 (o...