Section | |||||
---|---|---|---|---|---|
|
Section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Examples
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.define("time", { type: 'time', initValue:'12:00:00.0000'}); time = time.addMilliseconds(1000); return time; //12:00:01 |
Section | |||||
---|---|---|---|---|---|
|
Section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.define("time", { type: 'time', initValue:'12:00:00.0000'}); time = time.addMilliseconds(1000); return time; //12:00:01 |