Exforsys
+ Reply to Thread
Results 1 to 2 of 2

logic for day of date entered??

This is a discussion on logic for day of date entered?? within the C and C++ forums, part of the Programming Talk category; May i know the logic how to find day of day entered??...

  1. #1
    annievgupta is offline Junior Member Array
    Join Date
    Jan 2007
    Answers
    1

    Question logic for day of date entered??

    May i know the logic how to find day of day entered??


  2. #2
    zsk_00 is offline Member Array
    Join Date
    May 2006
    Answers
    37
    take a look at SYSTEMTIME stucture in stdio.h.

    SYSTEMTIME stime;
    GetSystemTime(&stime);
    printf("Day:%d\n" , stime.wDay );


Latest Article

Network Security Risk Assessment and Measurement

Read More...