I'm developing a routine to group sales transactions by week numbers, and then group those into reporting months on qa 4-4-5 basis.
1st problem: given a date value, how would I find the nearest Saturday?
so:
ldDate1 = ctod("31/03/2008")
ldSaturday = ?????
Regards
Mike
1st problem: given a date value, how would I find the nearest Saturday?
so:
ldDate1 = ctod("31/03/2008")
ldSaturday = ?????
Regards
Mike