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

Current job date returned as a number in MMDDYY format.

Return Value

6 digit date in *MDY format.

 

/*If the current date is May 8th 2017*/
pjs.define("myDate", { type: 'packed decimal', length: 6, decimals: 0 })
 
myDate = udate;
 
return myDate;
//050817

 

RPG Equivalent

UDATE

  • No labels