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

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

Introduction

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

Usage

From source file org.jasig.cas.util.ISOStandardDateFormat.java

/**
 * A fast date format based on the ISO-8601 standard.
 * @author Misagh Moayyed
 * @since 4.1.0
 */
public final class ISOStandardDateFormat extends FastDateFormat {