Page 1 of 1

Date problem

Posted: Fri Aug 03, 2001 7:03 pm
by FRED_EMMERICH_(Guest)
How can I get a date field like : January 1,2001 to be all upper case? If I create a calculated field where I do DTOC(), all I get is 1/1/2001.

=> RE: Date problem

Posted: Mon Aug 06, 2001 7:17 am
by kfleming
You could use expression:____UPPER(CMONTH(datefield))+str(day(datefield),3)+","+str(year(datefield),4)____Kathleen__R&R Support