Project

General

Profile

« Previous | Next » 

Revision 6825

Added by Jing Tao over 12 years ago

format the execution time to be a date.

View differences:

searchWorkflowRunResultset.xsl
89 89
							</xsl:choose>
90 90
						</div>
91 91
						<div class="col col3">	
92
							<xsl:value-of select='./param[@name="karEntry/karEntryXML/property[@name=&apos;WorkflowRun&apos;]/property[@name=&apos;startTime&apos;]/@value"]' />		
92
						  <xsl:variable name="date" select='./param[@name="karEntry/karEntryXML/property[@name=&apos;WorkflowRun&apos;]/property[@name=&apos;startTime&apos;]/@value"]' />    
93
							<xsl:value-of select='substring-before($date, "T")' />		
93 94
						</div>
94 95
						<div class="col col4">	
95 96
							<xsl:for-each select='./param[@name="karEntry/karEntryAttributes/Name"]'>

Also available in: Unified diff