home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16259 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  878 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!uicvm.uic.edu!u17868
  2. Organization: University of Illinois at Chicago
  3. Date: Mon, 9 Nov 1992 23:59:28 CST
  4. From: <U17868@uicvm.uic.edu>
  5. Message-ID: <92314.235928U17868@uicvm.uic.edu>
  6. Newsgroups: comp.lang.c
  7. Subject:    using variables of type date in UNIX
  8. Lines: 12
  9.  
  10. I want to know how I can use the variable of type date in C. For example, how c
  11. ould I define a varaible like
  12. "todays_date" to be of type date and then read the input in the format like
  13.                        11/09/92
  14.  I would be using ANSI C on UNIX. Is there any biult in function in C library t
  15. hat would allow me to declare a variable of type date . If the type date is a U
  16. NIX system command, how can I use it in my C program. Could I use it by definin
  17. g enumerated data type. If so, how?
  18.  
  19. thanks,
  20. email: u17868@uicvm.cc.uic.edu
  21. Sikander Waheed.
  22.