Split text to obtaining day, month and year.
List<String> split({required final String separator}) => _controller.text.split(separator);