com.valhalla.jbother.jabber.smack
Class DateTimeUtils

java.lang.Object
  extended by com.valhalla.jbother.jabber.smack.DateTimeUtils

public class DateTimeUtils
extends java.lang.Object

simple util class that should be able to handle date and time for jabber based on JEP-0082 (Jabber Date adn Time Profiles)


Field Summary
static java.lang.String DATETIMEFORMAT
           
 
Constructor Summary
DateTimeUtils()
           
 
Method Summary
static java.lang.String getDateTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATETIMEFORMAT

public static final java.lang.String DATETIMEFORMAT
See Also:
Constant Field Values
Constructor Detail

DateTimeUtils

public DateTimeUtils()
Method Detail

getDateTime

public static java.lang.String getDateTime()