Get today's date
[C++]
int XlToday(
long* date
);
Pointer to a variable which will be filled with a serial date value (as used by Excel).
1 if the function succeeds; 0 if it fails
This function calls Excel's TODAY() function.
Header: xlldate.h