Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Display date in another language Post Reply Post New Topic
Author Message
minibrus
Newbie
Newbie


Joined: 26 May 2011
Online Status: Offline
Posts: 2
Quote minibrus Replybullet Topic: Display date in another language
    Posted: 31 May 2011 at 11:42am
Hi all,
please help me to solve this issue
 
I am using Crystal report 2008 in Italian language. International setting on machine where CR is installed is it_IT.
The date in my report is displayed like "mecoledì 1 giugno 2011" but I need to display the report in international language and then i need to have a date like "Wednesday 1 June 2011"
 
How I can do this?

 
Thanks
IP IP Logged
Emir_W
Senior Member
Senior Member
Avatar

Joined: 25 Apr 2010
Online Status: Offline
Posts: 228
Quote Emir_W Replybullet Posted: 31 May 2011 at 9:04pm
in this case you need to have one (or more) variable to convert the date.
create variable for:
- xday = to convert Italian day to international day
- xmonth = to convert Italian month to international month
- xdd = the date (dd)
- xyear = the year (yyyy)
- xdate =xday+' '+xdd+' '+xmonth+' '+xyear

and use xdate on your report.


hope it help.

Emir W
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.