Formating date from YYYYMMDD to MMM/YYYY

  • Hello,

    I'm new to SSRS.

    I have a field (datatype decimal) in my ssrs report(edition :2010).The date in the firld is displayed in YYYYMMDD format .I'm buildling a parameterised report .With TO and FROM FILTERS, which will hold dates in MMM/YYYY format.

    Any ideas on how to change the date format

    Thanks

    Swarup

  • I mean I want to convert the date field from YYYYMMDD format to MMM/YYYY..

  • I still don't understand your question.

    The date in the database is a Decimal, and stores dates in YYYYMMDD format?

    and you want to create a parameter TO and Parameter FROM that you can pass into the Dataset to pull correct records?

    or

    You have all the data set stuff figured out, and you just want to display the decimal value of YYYYMMDD from the dataset onto a tablix but show it in MMM/YYYY format?

  • Try this expression:

    This example will show Jan/2013

    ="DATE PREPARED: " & format(Globals!ExecutionTime, "MMM/yyyy")

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

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