Snippets

Here is your code snippet

Code


Display month name

Display 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>