⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (466 Bytes)
format-date and format-integer are taking alot of time at...
» format-date.xslt
Micha Hagg
, 2020-04-15 07:35
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes=
"xsl"
version=
'2.0'
>
<xsl:template
match=
"first-call"
>
First:
<xsl:value-of
select=
"format-date(current-date(), '[D] [Mn] [Y]')"
/>
</xsl:template>
<xsl:template
match=
"further-call"
>
Further:
<xsl:value-of
select=
"format-date(current-date(), '[D] [Mn] [Y]')"
/>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
Next »
(2-2/3)
Loading...