Hi,
We are facing with a problem of formatting the date time values and the decimal values when creating a pdf template using XML.
What our code base as follows.
<Segment FontName=“Times-Roman” FontSize=“10” IsTrueTypeFontBold=“true” Color=“rgb 0 0 0” >Date Opened
[SPFieldValue:Date_Opened]
<Segment FontName=“Times-Roman” FontSize=“10” IsTrueTypeFontBold=“true” Color=“rgb 0 0 0” >Opening Value
[SPFieldValue:Opening_Value]
output values are like this.
Date Opened 4/8/2014 12:30:00 PM
Opening Value 1.00000000000000
above values should be format like
Date Opened 4/8/2014
Opening Value 1
Please proved the way of doing this.
Thanks.