Class DateFormatUtils

java.lang.Object
io.higson.runtime.utils.DateFormatUtils

public class DateFormatUtils extends Object
Author:
Maciej Główka on 19.02.2020
  • Method Details

    • formatDateTimeWithMillis

      public static String formatDateTimeWithMillis(@NotNull @NotNull Date date)
      formats date to "yyyy-MM-dd HH:mm:ss.SSS" format
      Parameters:
      date - to format
      Returns:
      string representation of given date in "yyyy-MM-dd HH:mm:ss.SSS" format