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??...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
take a look at SYSTEMTIME stucture in stdio.h.
SYSTEMTIME stime; GetSystemTime(&stime); printf("Day:%d\n" , stime.wDay ); |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Date Validation using SimpleDateFormat() | insane | Java Tutorials | 0 | 05-05-2006 01:20 PM |
| Robot Competition FAQ for June 2004 | R. Steven Rainwater | Tech FAQ | 0 | 05-27-2004 09:59 PM |
| [FAQ] FileMaker Pro - database for Macintosh and Windows | Martin Trautmann | Tech FAQ | 0 | 04-17-2004 08:26 AM |
| comp.constraints FAQ (Part 1 of 1) | pse@cs.unh.edu | Tech FAQ | 0 | 04-17-2004 08:23 AM |
| comp.os.msdos.programmer FAQ part 1/5 | Jeffrey Carlyle | Tech FAQ | 1 | 04-09-2004 08:57 AM |