Thread: Show Date

  1. #1
    Registered User kaushal1111's Avatar
    Join Date
    Jan 2012
    Location
    INDIA
    Posts
    4

    Show Date

    Can Any one tell me that how can i show present date and time in my program and what header file i use in programme and how can i use it....

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    It's not too hard. Basically you have to know C's time library.

    ctime - Time.h - C - C++ Computing Reference with Worked Examples

  3. #3
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Is it against the law in India to use search or something?

    Go to Google type in
    show present date and time in C
    click "I'm Feeling Lucky"

  4. #4
    Registered User kaushal1111's Avatar
    Join Date
    Jan 2012
    Location
    INDIA
    Posts
    4
    Quote Originally Posted by whiteflags View Post
    It's not too hard. Basically you have to know C's time library.

    ctime - Time.h - C - C++ Computing Reference with Worked Examples
    Thanxxx..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 14
    Last Post: 07-01-2011, 12:29 PM
  2. Show current date without using system timer
    By stormrider in forum C Programming
    Replies: 21
    Last Post: 10-01-2006, 07:58 PM
  3. show() method does not show...
    By kocika73 in forum C++ Programming
    Replies: 12
    Last Post: 04-09-2006, 09:27 PM
  4. Show log entries in a date range
    By JizJizJiz in forum C++ Programming
    Replies: 4
    Last Post: 06-08-2005, 05:33 PM
  5. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM