Date formatting

Hi guys,

Someone wierd is happening with a date on my export from notes to a text file (saved as a csv). I have a date field on a document with a european type date e.g. dd/mm/yyyy but when I run the pump from notes and open the csv file up… some of the dates but not all are like mm/dd/yyyy… This is the field formula I’m using for the export of that particular field … @Text(@Date(CallDate))

Any help, guidance would be greatly appreciated…

Subject: Date formatting…

My experience is that is it always a problem when passing dates to other applications. I try to avoid the general setting and format the dates part-by-part as I need them to be.