Alphabetical list of Sage HRMS functions

Tip: Date fields contain the time in addition to the date. If you use dates in calculations, you should remove the time part of the date using the Foxpro TtoD() function. For example:

  • INT((Date() - TtoD(hrpersnl.p_birth))/365)
  • TtoD(hrpersnl.p_lasthire) + 90

You may also want to remove the time from the date when displaying or printing dates.