I am using following code to create a new notes datetime item on the document.
Call doc.replaceitemvalue("dttimefield", format(cdat("11/11/2011"),"d/mm/yyyy"));
It does the work but when I open the document and see the documemnt properties it shows me as text list and having value as "11/11/2011"
Please help me what is wrong here. I want that as date time field not text list.
Thanks
