Year 函数返回表示年份的一个数字。
Year(date)
<script type="text/vbscript"> document.write(Year("2010-02-16")) </script>
以上实例输出结果:
2010