PureBytes Links
Trading Reference Links
|
This is a great solution.
thanks
Lionel Issen
lissen@xxxxxxxxx
----- Original Message -----
From: "iamken" <iamken@xxxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Thursday, May 03, 2001 1:16 PM
Subject: Re: Current Day! Int()
> This format may work if you can live with it. A *quick* look showed no
problems
> but who knows at this point.
>
> DD/MM/YY (single digit days displayed as single digits)
>
> It should plot 05/02/01 as 5.0201
> 12/22/99 should plot as 12.2299
>
> Month() + (DayOfMonth()*.01) + (Frac((Year()*.01))*.01)
>
> --
>
>
>
|