digits to appear as double digits
Hi The JSL script below is outputting a week number from a data in JSL. however it outputs the lower weeks as 1-9 in single digits however, I need these to appear in double digits ie 01 instead of 1, 02 instead of 2..etc. I am hoping someone knows a way to do this, any ideas would be great. JSL scriptST << New Column( "ww",Numeric,"Nominal",Format( "Best", 12 ),Formula( Week Of Year( :time ) ));