Display DelistingDate in exploration

Hi,

Do you know how I have to do to export to csv or see the correct delisted date in the explorer.

I haven't found a way that works

I'm using:

Filter = 1;

AddColumn( Close, "Close");

AddColumn( GetFnData("DelistingDate"), "DelistingDate ");

Is there any reason why it can't be seen?

Thank you very much

PLEASE USE CODE TAGS!

Also forum provides picture file upload.
Third party sites may disappear in future!


You have to use formatDateTime but not default format.

AddColumn( GetFnData("DelistingDate"), "DelistingDate ", formatDateTime);

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.