Summary
Finding Minimum value in rtf template
Content
Hii,
I calculated shipment days from delivery_date and order_date in RTF template.
code is as follows
<?xdoxslt:date_diff(‘d’,
ORDER_DATE,DELIVERY_DATE,
$_XDOLOCALE, $_XDOTIMEZONE)?>
I wrote this code inside for each loop.so now i need to find minimum value from these shipment days.
How will be the code ?
Reply asap
Thank you