xslt - Current Date Subtract 1 day -
i want subtract 1 day current date. need solution in xslt 2.0
i have tried current date() , getting reflected in xslt.
regards zulfikarlos
use current-date() - xs:daytimeduration('p1d')
i want subtract 1 day current date. need solution in xslt 2.0
i have tried current date() , getting reflected in xslt.
regards zulfikarlos
use current-date() - xs:daytimeduration('p1d')
Comments
Post a Comment