November 22, 2010 at 7:25 am
See attached spreadsheet with Examples
November 9, 2011 at 6:52 am
Thank you that was really helpin
January 19, 2012 at 9:27 am
FORMAT(now,"dd/MM/yyyy")
February 2, 2012 at 4:10 pm
The 'DD MMM YYYY' format does not work correctly when setting a default value to a date parameter! As soon as the report is previewed, the date reverts back to MM/DD/YYYY which is particularly frustrating. I know with BIDS 2005, the fix was to set the language on IIS (which seemed to override every other local setting)... so what's the fix now for Windows 7?
February 22, 2012 at 9:11 am
Carolyn Richardson (1/24/2008)
There is a simpler way, by default reporting services are installed using English (United States) as the default date format adjust the Report properties language to English (United Kingdom)
Yes that works but the time portion of the date remains
Is there anyway to change the default from displaying 22/02/2012 00:00:00:00 other than going into each field as all we wish to display is 22/02/2012
Thanks
February 22, 2012 at 10:40 am
shelts (2/22/2012)
Carolyn Richardson (1/24/2008)
There is a simpler way, by default reporting services are installed using English (United States) as the default date format adjust the Report properties language to English (United Kingdom)Yes that works but the time portion of the date remains
Is there anyway to change the default from displaying 22/02/2012 00:00:00:00 other than going into each field as all we wish to display is 22/02/2012
Thanks
You can convert it to a string and only pull out the first 10 digits. Or (in 2008) try using the Date datatype.
April 26, 2012 at 5:28 am
please add this code in your expression
=Format(Parameters!FromDate.Value ,"MMMM dd, yyyy")
April 26, 2012 at 5:29 am
please add this code in your experssion.
=Format(Parameters!FromDate.Value ,"MMMM dd, yyyy")
July 27, 2012 at 6:34 am
Thanks For post so usful
September 28, 2012 at 3:00 am
Set custom format as MMMM dd, yyyy
Hope this will help.
Thanks,
Ajay
September 28, 2012 at 3:58 am
Yes I know that but for each new report the date format reverts back to US with the month first. The easiest way around it I've found so far is setting the language at Report level for each new report which at least avoids the need to change it for each date field in the report set up in Report Builder!
October 3, 2012 at 4:02 am
shelts (9/28/2012)
Yes I know that but for each new report the date format reverts back to US with the month first. The easiest way around it I've found so far is setting the language at Report level for each new report which at least avoids the need to change it for each date field in the report set up in Report Builder!
This sounds like a server level language issue. Have you checked to make sure your server language / collation is set up for British or European standards and not U.S. standards?
October 3, 2012 at 11:39 pm
shelts (9/28/2012)
Yes I know that but for each new report the date format reverts back to US with the month first. The easiest way around it I've found so far is setting the language at Report level for each new report which at least avoids the need to change it for each date field in the report set up in Report Builder!
Why not making 1 report template with the most settings right in it.
And start every new report based on this template.?
Thats the way i create my reports.
I have a standard header and footer, my language is set to Belgium locale.
So i don't have to worry about those small items all over again.
Wkr,
Eddy
October 4, 2012 at 8:13 am
Sjeef (10/3/2012)
shelts (9/28/2012)
Yes I know that but for each new report the date format reverts back to US with the month first. The easiest way around it I've found so far is setting the language at Report level for each new report which at least avoids the need to change it for each date field in the report set up in Report Builder!Why not making 1 report template with the most settings right in it.
And start every new report based on this template.?
Thats the way i create my reports.
I have a standard header and footer, my language is set to Belgium locale.
So i don't have to worry about those small items all over again.
Wkr,
Eddy
And this is a guaranteed way to avoid the unintended consequences law that you would invoke by changing server settings.
November 27, 2012 at 7:14 pm
Carolyn Richardson (1/24/2008)
There is a simpler way, by default reporting services are installed using English (United States) as the default date format adjust the Report properties language to English (United Kingdom)
This worked perfectly for me. Thanks!!!
I also set the format to 'd' an you get a short date 'dd/mm/yyyy'.
Viewing 15 posts - 31 through 45 (of 45 total)
You must be logged in to reply to this topic. Login to reply