Date form a csv file

It really depends what you’re going to do with them. Storing them as individual values is fine, or you could use the Date object from Java. You could also look into the new date features that were added in Java 8.

But again, it depends entirely on what you want to do with the values.