I'm trying to display current year in a JSP page using JS.
<script language="javascript" type="text/javascript">
document.write(getCurrentYear());
</script>
But this is not working and gives an error.
(index):98 Uncaught ReferenceError: getCurrentYear is not defined at (index):98
Can someone please help.