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