Spiderscript Home
Class Index | File Index

Classes




Spiderscript Home
Class Index | File Index

Classes




Built-In Namespace Date

Method Summary
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.
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

Documentation generated by JsDoc Toolkit 2.1.0 on Wed Sep 30 2009 09:31:08 GMT+0100 (BST)