Skip to content

Instantly share code, notes, and snippets.

@dwelch2344
Created October 10, 2012 18:52
Show Gist options
  • Save dwelch2344/3867650 to your computer and use it in GitHub Desktop.
Save dwelch2344/3867650 to your computer and use it in GitHub Desktop.
<fmt:formatDate value="${dateVariable}" pattern="${messages['jQueryDatePostPattern']}" var="printDate"/>
<a href="<c:url value="/worker/search/saved/${savedSearch.id}/pdf">
<c:param name="printDate" value="${printDate}"/>
</c:url>" class="sprite prefix printer button"><spring:message code="generic.print"/></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment