| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Retrieves the formatted build date of the xHarbour compiler
HB_BuildDate() --> cDateTime
The function returns a character string formatted as "MMM dd yyyy hh:mm:ss" where "MMM" is the abbreviated month name, "dd" is the day, "yyyy" is the year and "hh:mm:ss" is the time.
FUnction HB_BuildDate() is used to retrieve a formatted date and time string of the day, the xHarbour compiler was built.
| See also: | HB_BuildInfo(), HB_Compiler(), Os(), Os_VersionInfo() |
| Category: | Environment functions , xHarbour extensions |
| Source: | rtl\version.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
PROCEDURE Main
? HB_BuildDate()
RETURN
http://www.xHarbour.com