...
Code Block | ||
---|---|---|
| ||
pjs.define("time", { type: 'time', initValue: '12:00:00.0000'});
time = time.addSeconds(10);
return time;
//12:00:10 |
...
Code Block | ||
---|---|---|
| ||
pjs.define("time", { type: 'time', initValue: '12:00:00.0000'});
time = time.addSeconds(10);
return time;
//12:00:10 |