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 5 Next »

The setCurrentTime API will change a fields value to the current time, date or time stamp depending on the type of the field you pass in.

Different types
Type inType/Value out
Packed decimal (12)Time & date as numeric
Packed decimal (14)Time & date (with long year) as numeric
DateDate
TimeTime
TimestampTimestamp
Parameters
  1. Field name (as string)
Example
  pjs.define("time", { type: 'packed decimal', length: 12, decimals: 0 });
  pjs.setCurrentTime(time);

 

RPG Equivalent

TIME

  • No labels