Interface CrowdBackupDateConverter

All Known Implementing Classes:
DateTimeFormatterCrowdBackupDateConverter, LegacyCrowdBackupDateConverter

public interface CrowdBackupDateConverter
Responsible for parsing and formatting dates used in Crowd backups.
Since:
3.3.0
  • Method Details

    • parseDate

      Date parseDate(String date)
      parses a String in the format used by the converter and returns a Date
      Parameters:
      date - the string to parse
      Returns:
      the parsed date
    • formatDate

      String formatDate(Date date)
      formats a Date to a String in the format used by the converter
      Parameters:
      date - the Date to format
      Returns:
      the formatted date