Built-In Namespace Date
| Method Attributes | Method Name and Description |
|---|---|
|
add(v, i)
Add the value (v) in interval (i) to the current date
|
|
|
toJSON(key)
|
Method Detail
{String}
add(v, i)
Add the value (v) in interval (i) to the current date
Defined in: SS.core.js.
Defined in: SS.core.js.
- Parameters:
- {Integer} v
- Number of inverval units to be added this date
- {String} i
- Interval to add.
ms : milliseconds
s : seconds
mi : minutes
h : hours
d : days
mo : months
y : years
- Returns:
- {String} Repeated copy of this string
toJSON(key)
Defined in: JSON.js.
- Parameters:
- key
