--- In flexcoders@yahoogroups.com, "Mark" <[EMAIL PROTECTED]> wrote:
>
> I'm getting a list of employees where the "Hire Date" is one of the 
> fields.  I'd like to change that into length of service by way of 
> yy/mm/dd.  Can anyone help me with the math on this please?

Where is this list coming from?  If it is coming from a database, why 
not just let the database calculate the difference in dates?  The 
databases I've worked with use the DateDiff function for this, but this 
function name might be different in other databases.

HTH;

Amy

Reply via email to