Cannot import DateTime from CSV

I can import ints, and floats, etc… However with the DateTime variable, I try to change the format or orientation of the date, it always says column not found when it comes to the date. Then I can see the dates but they are in row names which I did not specify. I’ve checked UE4 documentation and it shows using period punctuations instead of slashes or hyphens, however I can not get them to be read the proper way. Is this some sort of bug maybe?

Create a struct with date time, create a DT based on that, add a single entry in the editor, save the DT and export it, this will give you the correct format, which seems to be:

image

0001.01.01-00.00.00

I try to change the format or orientation of the date

I think you must store it in the original format - once you’ve read it in BPs, you can then format it the way you need.