I am calling in my calendar using <?php get_calendar(2); ?>. According to the documentation on the get_calendar tag, the days on my calendar should be 2 letter abbreviations but they're not. What I'm getting is the name of each day spelled out in it's entirety. I'm running WP 2.0.5.
Does anyone know how I can get the 2 letter abbreviations for the days of the week? Thanks!