All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.obdobion.argument.directive.DateTimeDirective Maven / Gradle / Ivy

There is a newer version: 4.3.8
Show newest version
package com.obdobion.argument.directive;

import java.text.SimpleDateFormat;

/**
 * @author Chris DeGreef
 * 
 */
public class DateTimeDirective extends DateDirective
{
    public DateTimeDirective(String _data)
    {
        super(_data);
    }

    @Override
    protected SimpleDateFormat replaceTokenDateFormat ()
    {
        return new SimpleDateFormat("yyyy/MM/dd@HH:mm:ss.SSS");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy