Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date format in a formula 1

Status
Not open for further replies.

Scroller52

Technical User
Jan 25, 2008
102
US
Hi, running CR XI release 2 on a SQL DB

i have a formula that is based on a true/false parameter. this is how it reads:

if {?1st Year of Fund} = true then "CAPITAL COMMITMENT"
ELSE
"UNFUNDED COMMITMENT " & {Fund.Start Date}

if my 'start date' is 1/1/2007, the format of {Fund.Start Date} is: 1/1/2007 12:00:00AM

i want it to show as 'January 1, 2007' how can i do this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top