|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeFormatter
This provide time formatter functionality from a type to a String representation of date that can be recognized based on SMPP protocol.
Method Summary | |
---|---|
java.lang.String |
format(java.util.Calendar calendar)
Format the date to String representation. |
java.lang.String |
format(java.util.Date date)
Format the date to String representation. |
Method Detail |
---|
java.lang.String format(java.util.Calendar calendar)
String
representation.
calendar
- is the calendar to format.
null
if the date
is null
.java.lang.String format(java.util.Date date)
String
representation.
date
- is the date to format.
null
if the date
is null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |