xHarbour Reference Documentation > Function Reference |
Formats a date as "Month dd, yy".
MDY( [<dDate>] ) --> cDate
The function returns the formatted date as a character string. The string contains the month name. A two digit year is inserted when SET CENTURY is OFF.
See also: | DMY(), SET CENTURY, SET DATE |
Category: | CT:DateTime , Date and time |
Source: | ct\dattime2.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com