<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16588"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px"
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true"
name="Compose message area">
<DIV><FONT size=2 face=Arial>It looks like D5 does not have DateOf, but the
Trunc function works fine (with a comment of why). Thanks for Jolyon
for the description of the oddities of this control - it looks like he has been
bitten by this oddity and knows it well!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>John</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV>DateOf() is nothing more than a wrapper for Trunc(TheDate) but I like
to use it becuase then you know what its doing :-) BTW TimeOf(TheDate)
returns only the time portion of a date/time and is just a wrapper for
Frac(TheDate). Once agai I use this so I know what the code is
doing.<BR><BR>Jeremy<BR><BR></DIV></BODY></HTML>