toDateX method

DateTime toDateX(
  1. String inputKey
)

Parses this date string using inputKey.

Implementation

DateTime toDateX(String inputKey) =>
    DateFormatter.parseToDateTime(this, inputKey);