Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!ll-xn!mit-eddie!bloom-beacon!gatech!ufcsv!codas!mtune!whuts!picuxa!rcr From: rcr@picuxa.UUCP (Richard Court ) Newsgroups: comp.lang.c Subject: Turbo C Date Conversion Message-ID: <454@picuxa.UUCP> Date: 20 Jan 88 19:52:46 GMT Organization: AT&T Information Systems, Parsippany NJ Lines: 8 Keywords: Turbo C, date I am writing a program to list directory attributes. I am using the "findfirst" and "findnext" routines to extract file information for me and then "strcpy" data out of the "ffblk" structure to fill my arrays. What I can't figure out is how to convert the file date and time. They are placed in the ffblk structure as packed integers and I'll be damned if I can figure out a way to get them into strings! Any help would be greatly appreciated!