Class DateUtils
java.lang.Object
es.kukenan.smartfi.microservice.contracts.utils.DateUtils
Date utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringlocalDateToString(LocalDate date, String pattern) Get the date from LocalDate with Pattern.
-
Constructor Details
-
DateUtils
public DateUtils()
-
-
Method Details
-
localDateToString
Get the date from LocalDate with Pattern.- Parameters:
date- LocalDate valuepattern- date pattern format- Returns:
- active document
-