<div dir="ltr">hi<br>i dont know if this is what you mean, but here is part of a script i add to identify the date<br>&#39;set t &#39;count<br>  &#39;q time&#39;<br>date=subwrd(result,3)<br>hour=substr(date,1,3)<br>day=substr(date,4,2)<br>
month=substr(date,6,3)<br>year=substr(date,9,10)<br>date_str=hour&#39; &#39;day&#39;/&#39;month&#39;/&#39;year<br>*....<br>*.....<br>*and then in the end<br>&#39;draw xlab &#39;hour&#39;.&#39;day&#39;.&#39;month&#39;.&#39;year <br>
is this what you need?<br>eliav<br><br><div class="gmail_quote">On Sat, Oct 17, 2009 at 6:50 PM, Dereka Carroll <span dir="ltr">&lt;<a href="mailto:neva_4_gotten89@yahoo.com">neva_4_gotten89@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
I am analyzing narr data and I am trying to write a grads script to split time date and hour...any help will be greatly appreciate<br></td></tr></tbody></table><br>



</blockquote></div><br></div>