Interface DateFunctions.DateFormatter

Enclosing class:
DateFunctions

public static interface DateFunctions.DateFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    formatDate(LocalDate localDate)
    Function to format date
  • Method Details

    • formatDate

      String formatDate(LocalDate localDate)
      Function to format date
      Parameters:
      localDate - date to format
      Returns:
      String representing date