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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Format date with text

Status
Not open for further replies.

mart10

MIS
Nov 2, 2007
394
GB
I am using CR10

I have a formula:

If {@NETINVESTMENT}>0 then "4. Please pay net settlement amount using the settlement instructions above for value: " &{@DealValueDate} else..........

Its fine except the date part comes out as dd/mm/yyyy and I want to see dd-mmm-yyyy

I cant format the date directly as it is a formula:
{@DealValueDate} = {DealMain.MaturityDate}+date(1961,12,31)
 
google Ken Hamady, He is the man with date formating, for Crystal Reports.
 
he isnt a free service, breaking house rule here!
 
you can change the default display format for dates under File Menu- Options- Fields- Date Tab-

 
totext({DealMain.MaturityDate}+date(1961,12,31),"dd-MMM-yyyy")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top