wp_get_archives('type=monthly')
I have a page called the previous newsletter that shows all the months in which i have posted the date. But i don't want to show the current month in the list of the Previous Newsletter. The current month's posts will be shown on the "current month newsletter" page.
Assuming current month is the first item in a list you can hide it with jQuery.
Example code: