The archives are now working properly. When the previous blogger entries got imported the dates didn’t have leading zeros. Like: 7/9/2003 should be 07/09/2003. I thought it was gonna be a pain adding a zero for each date through the database (lots of clicking and submitting the form for each individual record of over 400 records). BUT, it was so easy to change. Just went into the database and changed the fields for day and month from a two-character STRING to a TINYINT with ZEROFILL attribute. Ohmigosh. It was so easy. That fixed it!
The archives are now working properly. When the previous blogger entries got imported the dates didn’t have leading zeros. Like: 7/9/2003 should be 07/09/2003. I thought it was gonna be a pain adding a zero for each date through the database (lots of clicking and submitting the form for each individual record of over 400 records). BUT, it was so easy to change. Just went into the database and changed the fields for day and month from a two-character STRING to a TINYINT with ZEROFILL attribute. Ohmigosh. It was so easy. That fixed it!