tigase.jaxmpp.core.client.xmpp.utils
Class DateTimeFormat

java.lang.Object
  extended by tigase.jaxmpp.core.client.xmpp.utils.DateTimeFormat

public class DateTimeFormat
extends Object


Nested Class Summary
static interface DateTimeFormat.DateTimeFormatProvider
           
 
Constructor Summary
DateTimeFormat()
           
 
Method Summary
 String format(Date date)
           
 Date parse(String s)
           
static void setProvider(DateTimeFormat.DateTimeFormatProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeFormat

public DateTimeFormat()
Method Detail

setProvider

public static void setProvider(DateTimeFormat.DateTimeFormatProvider provider)

format

public String format(Date date)

parse

public Date parse(String s)


Copyright © 2006-2012 Tigase. All Rights Reserved.