Quantcast
Channel: SCN : Popular Discussions - SAP Business Process Automation by Redwood
Viewing all articles
Browse latest Browse all 1466

REL / RedwoodScript - date/time formatting

$
0
0

Currently I am trying to test writing date/time in set formats using REL, of if required in full Redwood Script calling req libraries.

 

Has anyone done this?

Target is to:

 

  • output date as yyyymmdd
  • time as hhmmss

 

Using script shell window to test using std calls - e.g.

 

{

     jcsOut.println("TEST");

}

 

but no luck yet with assumed format for outputting time - e.g.

{

     jcsOut.println(Time.expressionNow('truncate day'));

}

 

Any ideas out there appreciated for discussion - will always try and post full results for reference.

 

Cheers, Jamie Neilan AKA Doonan_79


Viewing all articles
Browse latest Browse all 1466

Trending Articles