View Single Post
Old Jun 6th, 2006, 7:48 AM   #3
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 873
Rep Power: 4 The Dark is on a distinguished road
One way is to convert both dates into a Julian date, which is an integer number of days from a certain date in the past. Here is one method in C for doing so. Yo can then subtract one value from the other to find the number of days between the two dates.
The Dark is offline   Reply With Quote