Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 315134

Summary: Include the "Generated on" date in generated HTML document
Product: [Technology] Woolsey Reporter: Wayne Beaton <wayne.beaton>
Component: IP Log ToolAssignee: Project Inbox <woolsey-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Wayne Beaton CLA 2010-05-31 16:00:26 EDT
I don't believe that this is supported in XSLT directly, but there are mechanisms to make it work that will require some third-party support.

e.g.

xmlns:java="http://xml.apache.org/xslt/java" exclude-result-prefixes="java"

<xsl:value-of
select="java:format(java:java.text.SimpleDateFormat.new('dd/MM/yyyy'),
java:java.util.Date.new())"/>