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

Need Help Please

Status
Not open for further replies.

fhurmuzlu

Programmer
Nov 16, 2004
52
US
I am using crystal 10 , I have WEDATE Table and Field name WEDE which is String and contains Date like(20050901)All Dates are Sunday dates .I need Formula shows Sunday Dates for each month.
 
Create a formula to convert the string to a date:

date(val({WEDATE.WEDE}[1 to 4]),val({WEDATE.WEDE}[5 to 6]), val({WEDATE.WEDE}[7 to 8]))

~Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top