org.drools.guvnor.server.util
Class ISO8601

java.lang.Object
  extended by org.drools.guvnor.server.util.ISO8601

public class ISO8601
extends Object


Constructor Summary
ISO8601()
           
 
Method Summary
static String format(Calendar cal)
          This turns a Date into a String following the ISO8601 specification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISO8601

public ISO8601()
Method Detail

format

public static String format(Calendar cal)
This turns a Date into a String following the ISO8601 specification.

Parameters:
date -
Returns:


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.