it.eng.spago.dbaccess
Class EngDateFormatter
java.lang.Object
it.eng.spago.dbaccess.EngDateFormatter
- public class EngDateFormatter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngDateFormatter
public EngDateFormatter(java.lang.String format)
throws java.text.ParseException
format
public void format(java.lang.String value)
throws java.text.ParseException
- Throws:
java.text.ParseException
getMessageFormat
public java.text.MessageFormat getMessageFormat()
getMessageFormatNumberOfParameters
public int getMessageFormatNumberOfParameters()
getDay
public int getDay()
getMonth
public int getMonth()
getYear
public int getYear()
getHours
public int getHours()
getMinutes
public int getMinutes()
getSeconds
public int getSeconds()
get_dayPositionInMessageFormat
public int get_dayPositionInMessageFormat()
set_dayPositionInMessageFormat
public void set_dayPositionInMessageFormat(int new_dayPositionInMessageFormat)
get_hourPositionInMessageFormat
public int get_hourPositionInMessageFormat()
set_hourPositionInMessageFormat
public void set_hourPositionInMessageFormat(int new_hourPositionInMessageFormat)
get_minutesPositionInMessageFormat
public int get_minutesPositionInMessageFormat()
set_minutesPositionInMessageFormat
public void set_minutesPositionInMessageFormat(int new_minutesPositionInMessageFormat)
get_monthPositionInMessageFormat
public int get_monthPositionInMessageFormat()
set_monthPositionInMessageFormat
public void set_monthPositionInMessageFormat(int new_monthPositionInMessageFormat)
get_secondsPositionInMessageFormat
public int get_secondsPositionInMessageFormat()
set_secondsPositionInMessageFormat
public void set_secondsPositionInMessageFormat(int new_secondsPositionInMessageFormat)
get_yearPositionInMessageFormat
public int get_yearPositionInMessageFormat()
set_yearPositionInMessageFormat
public void set_yearPositionInMessageFormat(int new_yearPositionInMessageFormat)
get_dayNumberOfDigit
public int get_dayNumberOfDigit()
get_hourNumberOfDigit
public int get_hourNumberOfDigit()
get_minutesNumberOfDigit
public int get_minutesNumberOfDigit()
get_monthNumberOfDigit
public int get_monthNumberOfDigit()
get_secondsNumberOfDigit
public int get_secondsNumberOfDigit()
get_yearNumberOfDigit
public int get_yearNumberOfDigit()