COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: hemantsoni on 11 May 2012 10:28:59 AM

Title: date format in report Studio
Post by: hemantsoni on 11 May 2012 10:28:59 AM
Hi Gurus,
I have a date field in list whose default format is yyyy-mm-dd.
I want to change the format of the date to mm/dd/yyyy.
In the properties window I selected :
data format-->date and changed pattern/display years/display months/displays days/date ordering etc.

But the format is not changing.

I also converted the field into date data type(assuming the datatype of field is not date) using cast function and changed the data format.
But it also did not work.

Can anyone please suggest me how to achieve this?

Title: Re: date format in report Studio
Post by: Gyana on 16 May 2012 02:20:24 AM
Extract DD,MM.YYYY and the concatenate.
Title: Re: date format in report Studio
Post by: mahgar on 13 Mar 2014 02:24:12 AM
Hi,

In Data Format it should be > Long, separator = '/', format should be month day year, show years = Yes, month = 2digits, day = 2digits.

Thanks