Link to home
Start Free TrialLog in
Avatar of rbick
rbick

asked on

Calendar Program Project

I was wondering if someone could help me out.  I am having a really toguh time creating a year-long calendar for a website.  I need to write a program that will generate a calendar for a year when prompted for the input of the year and date.  It has to be able to print out the correct month, year, and day placement in "calendar-like" form.  Please send me the code if you can help.  Thank you!

Randy
Avatar of jbalagop
jbalagop

try using the "cal" command in unix. especially if you are using cgi, you can simple issue a "cal 1998." ofcourse if you want it to directly output  o the web page, you might have to redirect the output. let me know if you need more details on this.
Are you looking for code in C?
ASKER CERTIFIED SOLUTION
Avatar of ofer1
ofer1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial