Example usage for org.apache.commons.lang3.time DateUtils DateUtils

List of usage examples for org.apache.commons.lang3.time DateUtils DateUtils

Introduction

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

Prototype

public DateUtils() 

Source Link

Document

DateUtils instances should NOT be constructed in standard programming.

Usage

From source file:org.paxml.el.DateUtilsFactory.java

@Override
public Object getUtilFunctions(Context context) {
    return new DateUtils();
}