lcd clock / media streamer

I've got a mega and real time clock. Just want to output the time onto some LCD display (large display). Eventually, I'd like to add bluetooth or wired/wireless ethernet and display some other stuff.

There might already be code for taking the real time clock, and outputting it to a display. Where might I find that?

Thanks,
Joe

Try: DS1302
http://playground.arduino.cc/Main/DS1302

Edit:
For DS1307
http://forum.arduino.cc//index.php?PHPSESSID=69b6mg4vtjovag2pr1pcmjush5&topic=15791.msg115415#msg115415

merlin2049er:
I've got a mega and real time clock. Just want to output the time onto some LCD display (large display). Eventually, I'd like to add bluetooth or wired/wireless ethernet and display some other stuff.

There might already be code for taking the real time clock, and outputting it to a display. Where might I find that?

Thanks,
Joe

If you want the whole solution then look here

http://rweather.github.io/arduinolibs/alarm_clock.html

Craig