xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MDY()

Formats a date as "Month dd, yy".

Syntax

MDY( [<dDate>] ) --> cDate

Arguments

<dDate>
An expression returning a Date value. It defaults to Date().

Return

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.

Info

See also:DMY(), SET CENTURY, SET DATE
Category: CT:DateTime , Date and time
Source:ct\dattime2.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe