/ Published in: Java
Gets the current year.
Expand |
Embed | Plain Text
<%@ page import="java.text.SimpleDateFormat" %> <%@ page import="java.util.Date" %> Copyright © <%= new SimpleDateFormat("yyyy").format(new Date()) %> Your Website. All Rights Reserved.
You need to login to post a comment.
