<div dir="ltr">hi <br>i would like to turn a string date to a number <br>what i have done is this:<br><br> &#39;q time&#39;<br>date=subwrd(result,3)<br>hour=substr(date,1,3)<br>day=substr(date,4,2)<br>year=substr(date,9,10)<br>
&#39;!date -d &#39;date&#39; +%m&#39;<br>month=result<br><br>but it does not work i think it does not read becuase it is from the shell<br>does anyone have an idea?<br>eliav<br><br></div>