Yes, just use %M %Y instead of %Y in the code. You may find that this lists all the months alphabetically rather than chronologically - in which case see
this post.
You will also need to change your archive display page so that instead of (int)$_GET['year'], you have htmlentities(strip_tags($_GET['month'])).