Parses a string representation of a date in "dd/mm/yyyy" format and returns a Date object. If the input is not in the correct format or is null, returns null.
The string representation of the date to parse.
Parses a string representation of a date in "dd/mm/yyyy" format and returns a Date object. If the input is not in the correct format or is null, returns null.