tigase.util
Class DateTimeFormatter

java.lang.Object
  extended by tigase.util.DateTimeFormatter

public class DateTimeFormatter
extends Object

Author:
bmalkow

Constructor Summary
DateTimeFormatter()
           
 
Method Summary
 String formatDate(Date date)
           
 String formatDateTime(Date date)
           
 String formatTime(Date date)
           
 Calendar parseDateTime(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeFormatter

public DateTimeFormatter()
Method Detail

formatDate

public String formatDate(Date date)

formatDateTime

public String formatDateTime(Date date)

formatTime

public String formatTime(Date date)

parseDateTime

public Calendar parseDateTime(String value)


Copyright © 2013 Tigase. All Rights Reserved.