<p>Hi,</p>
<p> </p>
<p>I try to do this in my function</p>
<pre class="_prettyXprint">
myDate = sdf.parse( dataSetRow["supervisorDate"]);
myDate = sdf2.format(myDate);
str.bold("Commande n° : ") + dataSetRow["regroupData"] + " " + " Superviseur : " + dataSetRow["supervisorName"]+ " Supervisée le : " + myDate</pre>
<p>But str.bold not exist, is there a way to do this ?</p>
<p>I need to to this for every piec eof string I got here. Thanks for your tips

</p>
<p> </p>