Day of the week on Display

Asselin, Brad Brad.Asselin at AIRROUTING.COM
Fri Apr 29 10:26:11 EDT 2005


Thank you all for your assistance.
Brad.


-----Original Message-----
From: Jose Fernando Pesquero - Meteorologista - Graficos
[mailto:pesquero at CPTEC.INPE.BR]
Sent: Friday, April 29, 2005 14:20
To: GRADSUSR at LIST.CINECA.IT
Subject: Re: Day of the week on Display


Brad,

For exemple, I always have used this simple sequence after the 'q time'
to get the date:
***
 'q time'
 res=subwrd(result,3)
 hour=substr(res,1,3)
 day=substr(res,4,2)
 moth=substr(res,6,3)
 year=substr(res,9,4)
 week=subwrd(result,6)
 date= hour'  'year'/'moth'/'day' ('week')'
***
'd your_field'
'draw title ' date ' Surface Winds/Precip'

Best Regards

Pesquero

Asselin, Brad escreveu:

>Good morning,
>Is it possible to display the day of the week on the images (18z Fri 29 Apr 2005) for example
>
>'draw title ' date ' Surface Winds/Precip'
>
>Does not do it.
>
>Thanks in advance.
>
>Brad Asselin
>Senior Aviation Meteorologist
>Air Routing International, L.P.
>Celebrating 26 Years of Service Excellence
>713-430-7200
>Fax 713-430-7016
>800 987 5680
>
>
>
>



More information about the gradsusr mailing list