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