Object to represent a Date in SMPP format. SMPP dates take on a string form of 'YYMMDDhhmmsstnnp' where
YY is the representation of year, 00-99. No specification is made how these are interpreted. Important : This API assumes year ranges in the range 2000 - 2099. If you're using some other form of year specification, you'll run into trouble.
MM is the month (01-12).
DD is the day of the month (01-31)
hh is the hour (00-23)
mm is the minute (00-59)
ss is the second (00-59)
t is tenths of second (0-9)
nn is the time difference in quarter hours from UTC
p is one of '+', '-' or 'R'. + indicates the time is ahead of UTC, -
indicates it is behind UTC and R indicates the time specification is relative to current SMSC time.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.