I need some help with HTML on my blogger page?

Ben

New member
On my site www.CCBLStuff.com, the date which is in that tan box in the upper right corner of every post is showing "undefined" instead of the date.

I can't paste the HTML because it includes too many links but if someone can help send me your email!
Sorry its http://www.ccblstuff.us/, haha.
 
It's because your javascript timestamp variable is only the time in this format "11:52 AM" but you're trying to split it by a comma, which there isn't one, then you're trying to get a year, month, and day out of that but there isn't one. In order for your function to work correctly your timestamp should something like "11:52 AM, July 13, 2009".
 
Back
Top