cancel
Showing results for 
Search instead for 
Did you mean: 

Format date function in webi

Former Member
0 Kudos

Hello Team ,

I have question in webi i am creating report with few objects .

ex : i have object name is closed date 05/03/2015. but i want see in report level March 05 2015.

I used this formula like format date(current date()) function its coming .but i want to change existing object format .

can any body help me out .

Regards

Narasimhulu M

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Narasimha,

You can try something like this:

=ToDate(FormatDate([closed_date];"Mmmm-dd-yyyy"); "Mmmm-dd-yyyy")

Regards,

Yuvraj

saurabh_sonawane
Active Contributor
0 Kudos

try this

= formatdate(todate([closed_date];"dd/MM/yyyy");"Mmmm dd yyyy")