<div dir="ltr">hi <br>just to let you know<br>i asked for help to turn a date from a name to a number <br>i got it i turned the string to int&#39;s<br>like this:<br>&#39;q time&#39;<br>date=subwrd(result,3)<br>hour=substr(date,1,3)<br>
day=substr(date,4,2)<br><span style="color: rgb(255, 102, 102);">&#39;!date -d &#39;date&#39; +%m &gt;&gt; date.txt&#39;</span><br style="color: rgb(255, 102, 102);"><span style="color: rgb(255, 102, 102);">a=read(&#39;date.txt&#39;)</span><br style="color: rgb(255, 102, 102);">
<span style="color: rgb(255, 102, 102);">month=sublin(a,2)</span><br>year=substr(date,9,10)<br>thank you<br></div>