Subject Re: Spelled out date on form
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Fri, 24 Apr 2015 04:59:32 -0700
Newsgroups dbase.getting-started

On 4/23/2015 10:47 PM, Mervyn Bick wrote:
> On Fri, 24 Apr 2015 07:29:07 +0200, Ken Mayer
> <dbase@nospam.goldenstag.net> wrote:
>
>
>> In the dUFLP, class DateEx.cc has many methods for dealing with dates.
>>
>> set proc to :dUFLP:DateEx.cc
>> ? dateText( {04/23/2015} )
>>
>> (The dUFLP is a freeware library of code, see the dBASE Page below ...)
>
> Um, it needs a little bit more than that.  dateText() is a method of the
> dateEx class.
>
>
> set procedure to :duflp:DateEx.cc
> oDate = new dateEx()
>
> dDateEx = date()
>
> ? oDateEx.dateText(dDate)
> ? oDateEx.dateText2(dDate)
> ? oDateEx.dateText3(dDate)
>

Whoops. Was very tired after a long day (had just gotten home from
work), so that's my excuse. :)

Ken


--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#dUFLP
dBASE Books: http://www.goldenstag.net/dbase/dBASEBooks.htm