Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
pjs.define("time", { type: 'timestamp',initValue: '2016-04-01-13.00.00.112000' })
pjs.define("num", { type: "zoned", length: 9, decimals: 2}) 

num = time.extractMilliseconds();

return num;
//112

RPG Equivalent

EXTRACTEXTRCT