Example usage for java.text SimpleDateFormat subclass-usage

List of usage examples for java.text SimpleDateFormat subclass-usage

Introduction

In this page you can find the example usage for java.text SimpleDateFormat subclass-usage.

Usage

From source file org.alfresco.util.CachingDateFormat.java

/**
 * Provides <b>thread safe</b> means of obtaining a cached date formatter.
 * <p>
 * The cached string-date mappings are stored in a <tt>WeakHashMap</tt>.
 * 
 * @see java.text.DateFormat#setLenient(boolean)

From source file com.projity.util.SpecialDateFormat.java

/**
 *
 */
public class SpecialDateFormat extends SimpleDateFormat {
    private static final String NO_END = Messages.getString("Date.NoEnd");
    private static final String NO_START = Messages.getString("Date.NoStart");