I am working in a project that reads files and processes data. There I got to work with dates for example:
Easiest would be setting up SimpleDateFormat properly as per the format you would expect and use its parse method to give you a Date object