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)
--
|