Time Settings for Data

eliav schmulewitz eliavs at GMAIL.COM
Thu Jan 21 14:10:28 EST 2010


On Thu, Jan 21, 2010 at 9:07 PM, eliav schmulewitz <eliavs at gmail.com> wrote:

>
> Jason
>
Hi again
i found the old script i wrote here is the part that turns string date to
number:
'
  'q time'
date=subwrd(result,3)
hour=substr(date,1,3)
day=substr(date,4,2)
month=substr(date,6,3)
year=substr(date,9,10)
'!date -d 'date' +%m >> date.txt'
a=read('date.txt')
month1=sublin(a,2)
'

> eliav
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20100121/d9fdd76a/attachment.html 


More information about the gradsusr mailing list