04-15-2005 12:52 AM
04-15-2005 02:11 AM
05-28-2007 02:31 PM
05-28-2007 05:12 PM
Thanks, but I realised that standard C function "localtime" generetaes a structure with day of week
time(&long_time); // Get time as long integer.
newtime = localtime(&long_time); // Convert to local time structure.
wkday = newtime->tm_wday; // Day Of Week = Days since Sunday 0-6
05-29-2007 06:39 AM
You must post your query in the LabWindows/CVI forums, NOT here anymore...
You ve been advised already first.
Please dont repest your blunders.