Revision 6825
Added by Jing Tao about 13 years ago
lib/style/common/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='WorkflowRun']/property[@name='startTime']/@value"]' /> |
|
92 |
<xsl:variable name="date" select='./param[@name="karEntry/karEntryXML/property[@name='WorkflowRun']/property[@name='startTime']/@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
format the execution time to be a date.