I tried use Otta42’s code, but it did not work for my blog. Use this if you had tried otta42’s code first and doesn’t work.
<li class="listHeader"><h2><?php _e('Archives'); ?></h2>
<ul><?php wp_get_archives('type=monthly'); ?>
</ul></li>
<?php wp_list_bookmarks
('before=<li>&after=</li>&orderby=name&show_description=0&show_updated=1');
?>