Enabling date Input parameter to allow mmdd input but display as dd/mm/yyyy

  • Hi there

    I have an SSRS Report with various input parameters

    Now one of these is a date field which we want to format to mmdd format  but as the user

    tabs out of it, it will then snap back into dd/mm/yyyy format.

    For example , 1130 would be entered by the user but then it would format to 30/11/2020

    I know you can use the expression

    Format(Fields!ModifiedDate.Value,"dd/MM/yyyy")

     

    Attached are screenshots of what I want to do

    Attachments:
    You must be logged in to view attached files.
  • Have it as a text parameter instead of datetime? Use a second internal parameter to convert the text to datetime?

Viewing 2 posts - 1 through 1 (of 1 total)

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