Metalhead1504
03-18-2005, 06:26 PM
we need to make a calendar that says how many days it has been since the beginning of the year. it needs to take into account leap year
if (year%400=0)
day++;
it also needs to use a table lookup for the month and number of days.
i have no clue how to make this and i need it by monday if anyone could help. :banghead: :confused: :banghead: :confused: :bow: :confused:
if (year%400=0)
day++;
it also needs to use a table lookup for the month and number of days.
i have no clue how to make this and i need it by monday if anyone could help. :banghead: :confused: :banghead: :confused: :bow: :confused: