Snippets
Here is your code snippet
Display month nameDisplay the current month name
<html>
<body>
<script type="text/vbscript">
document.write(MonthName(month(date)))
document.write("<br />")
document.write(MonthName(month(date), true))
</script>
</body>
</html>