i need to print date like October 14, 2010 in SSRS Report

  • i need to print date like October 14, 2010 in SSRS Report

  • =FORMAT(TODAY(),"MMMM dd, yyyy")

  • sdvoranchik (8/4/2011)


    =FORMAT(TODAY(),"MMMM dd, yyyy")

    Very generous of you to play "guess the question" 🙂

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • In the textbox where your date is: right click and go to TextBox properties and choose the Number tab, then select Date, then select the format you want.

  • Thanks for all

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply