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')


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -