Skip to content

Instantly share code, notes, and snippets.

@wholypantalones
Created May 9, 2012 14:28
Show Gist options
  • Select an option

  • Save wholypantalones/2644884 to your computer and use it in GitHub Desktop.

Select an option

Save wholypantalones/2644884 to your computer and use it in GitHub Desktop.
Java Year Detection
<%@ page import="java.text.SimpleDateFormat" %>
<%@ page import="java.util.Date" %>
<%= new SimpleDateFormat("yyyy").format(new Date()) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment