Subject Spelled out date on form
From Randy Waldman <randwald@comcast.net>
Date Thu, 23 Apr 2015 21:14:46 -0400
Newsgroups dbase.getting-started

Does anyone know how to spell out a date on a report?  For example:  April 23, 2015

I guess that I could use a 12-sided case statement:
   DO CASE
     case month(date() = '01'
         mymonth = 'January'
etc.

Thanks, Randy