datetime for footer

  • I am working my first report design that requires a long date as a footer, the problem is that I walk through the date format on BOL and from other's who have designed reports before as well as trying to find something @

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatetimeclasstopic.asp

    I just am not getting something, I have thought maybe just create my sproc for getdate() and use this as dataset?

    Please any help would be appreciated as this is a report that has to be deployed by Monday.

     

    Thanks Sheila.

    Sheila Conlon (getting back)

  • This was removed by the editor as SPAM

  • Did you try putting a 'D' (caps d) in the format property for the textbox item?

    Steve.

  • This is what I use in all my report footers (in a Textbox):

    = Format(Now(),"g")

    It gives, for example:

    3/29/2005 1:00 PM

    If you use:

    = Format(Now(),"g")

    It gives, for example:

    Tuesday, March 29, 2005 1:00 PM

    Take a look at the Reporting Services BOL "formatting dates" in the Index and scroll down that page.

     

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

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