Example usage for org.apache.commons.lang3.time DateFormatUtils subclass-usage

List of usage examples for org.apache.commons.lang3.time DateFormatUtils subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3.time DateFormatUtils subclass-usage.

Usage

From source file costumetrade.common.util.DateFormatUtils.java

/**
 * ?
 * @author zhouyq
 * @Date 20161230
 */
public class DateFormatUtils extends org.apache.commons.lang3.time.DateFormatUtils {

From source file com.sitexa.android.community.utils.DateFormatUtil.java

public class DateFormatUtil extends DateFormatUtils {

    /**
     * ?
     */
    public static final String TIMESTAMP_DEFAULT_PATTERN = "yyyyMMdd_HHmmss";

From source file com.thruzero.common.core.utils.DateTimeFormatUtilsExt.java

/**
 * Extensions to the apache {@code DateFormatUtils} utility class that adds additional Date and time formatting
 * functions.
 *
 * @author George Norman
 */