addSecond()
Adds or subtracts the specified amount of time to the given
Second
field, based on the calendar's rules.
Syntax
Calendar addSecond(Numeric amount)
- amount is the amount of date or time to be added to the
Second
field.
Usage
For example, add 10 seconds to the
Second
field by
calling:Calendar.fromDate(Date.parseString("08/31/1999","mm/dd/yyyy")).addSecond(10).toDate().toString("MM/dd/yyyy hh:mm:ss")
This
example populates a Word Box.