In continuation to format date
i am using clcok scan with ADP, and it seems like when the date variable
passed to it is systemDate then it works but not with the date in advance.
for {set i 0} {i < 10} {incr i 1} {
set testDate [clock format[clock scan "$mDt + $i"] -format "%Y%m%d"]
}
IT DOES NOT WORK WHEN THE VALUE OF mDt IS CHANGED FROM THE SYSTEM DATE. If
the value of mDt is 20010429 and todays date is 20010427 IR FAILS..........
ANY IDEA???????/
Prakash
