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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -