static void test_CL(Args _args) { Date d = str2date("CL-2-2008",123); ; print date2str(d,123,1,1,3,1,4); print dayOfMth( d ); pause; }