Real Time Clock module to display time and date on LCD

kurtselva:
I have a RTC module similar to the one here: SparkFun Real Time Clock Module - BOB-12708 - SparkFun Electronics
I just need to program the arduino to display the time and date on a LCD display.

Write a sketch to initialize and read your RTC, and print the results to Serial.
Write a sketch to print numbers on your LCD.

You will find that you have difficulty with one of these two tasks. Or both. Work on making each of these two things happen. You will then know enough to make the combined thing go.