<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's<br>like this:<br>'q time'<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);">'!date -d 'date' +%m >> date.txt'</span><br style="color: rgb(255, 102, 102);"><span style="color: rgb(255, 102, 102);">a=read('date.txt')</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>