I am new at thing whole arduino circuit stuff. I am trying to display the Day of week, date and Time on the LCD display and I do not know how to make it count the actual seconds and change time/day when it is supposed to. However, I have gotten the display to work and display words
There's a line in setup() that knocks out the "date" from a simple string,
lcd.print("Apr, 15, 2013"); // print out the date
but nowhere is any date-related data read from the RTC module.
Mystery Solved.