edi - xslt 1.0 subtract date -
we have sterling b2b integrator our edi processing. have need add date file name, however, need assign yesterday's date , have not found option. i'm new xslt figure out.
it in xlst 1.0. looks have date extension - xmlns:date="http://exslt.org/dates-and-times
i have set in our style sheet works give me date when it's run. non complex suggestions on how yesterday's date?
<xsl:variable name="custom4"> <xsl:value-of select="date:format-date(date:date(),'yyyymmdd')"/> </xsl:variable>
i found link question.i think 1 need privious day.
http://www.xsltfunctions.com/xsl/functx_previous-day.html
good luck !
Comments
Post a Comment