My problem is this:
I want to copy a date from a program and then compare it with the current date. The goal is to check if the different is more then 20 work days (except sat/sun)
i have a textstring in the clipboard, for exemple 2008-04-28
is want to compare it to the current date 2008-05-07
and i want to compare it (i don't want to count saturdays and sundays)
This is all i've done for now:
$calldate = ClipGet()
MsgBox(0, "Clipboard contains:", $calldate)
#include <Da