<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> 'q time'<br>date=subwrd(result,3)<br>hour=substr(date,1,3)<br>day=substr(date,4,2)<br>year=substr(date,9,10)<br>
'!date -d 'date' +%m'<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>