Class ConfigurableDateFormatter

java.lang.Object
com.flowable.platform.common.util.ConfigurableDateFormatter

public class ConfigurableDateFormatter
extends java.lang.Object
A configurable date / date and time formatter utility. Although the formatters can be accessed in a static way, the configuration is done through a concrete instance of this utility class. Make sure it is treated like a singleton, otherwise, the last configuration / instance overwrites the static values being set before.