Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This method adds the number of hours passed to the date.

Parameters
  1. Numeric value

Return Value

Date with number of hours added

Example

 

 

pjs.define("time", { type: 'time', initValue: '12:00:00'});

time = time.addHours(1);
 
return time;
//13:00:00
  • No labels