Function | Description | Custom or in VFP subset? |
DATE() | The current system date is returned. | VFP subset |
TIME() | The time function returns the system time as a character representation. It uses the following format: HH:MM:SS. | VFP subset |
DAY(DATE_VALUE) | Returns the day of the date parameter as a numeric value from 1 to 31. | VFP subset |
MONTH(DATE_VALUE) | Returns the month of the date parameter as a numeric value from 1 to 12. | VFP subset |
YEAR(DATE_VALUE) | Returns the year of the date parameter as a numeric value. | VFP subset |