So if my string containing a date "21/05/02", I would want the delimeter in this case to be "/". I want the user to input the date though? Then I want to convert the day, month and year into int values to display. What would the class for this look like?