canadian check printing

I received a notice that Canada is trying to make all their checks uniform and the bank sent me a book on all the requirements.

I used the design specs of US cheques and copied them into UK cheques. Never plan to use UK cheques so thats not a problem.

Was able to make all the necessary changes except I can not figure out how to get the check date to print in mmddyyyy instead of long date

Ex prints June 20, 2007 and I need to show it as 06202007

Joe

display str 30 longDate()
{
return strFmt(’%1’, date2str(tmpChequePrintout.transDate,-1,2,0,2,0,4));
}

Was able to guess and found the right number combination.

wish there was a book on this, really hate contacting support and being billed for simple stuff that I can do