Monday, May 4, 2009

Generating dates from an arbitrary starting date to an arbitrary ending date?

So basically this is for class. I dont want you guys to do my work. I am just lost in what direction to head.





the program takes in starting date and ending date..and then its supposed to generate every single date..month/date/year...in between the starting and ending dates...





I was thinking of converting the times to unix time in seconds...taking the difference between ending and starting values and crank out dates using those seconds..am i wrong in this one?

Generating dates from an arbitrary starting date to an arbitrary ending date?
In which programming language you want to code this program?
Reply:Simple solution is just to add 1 to the starting date.


No comments:

Post a Comment