Showing posts with label quotdquot. Show all posts
Showing posts with label quotdquot. Show all posts

Monday, March 19, 2012

Formatting Date in SRS

I am trying to format a date value as XX/XX/XX when I place a "d" in the format property it formats it as XX/XX/XXXX any ideas on how to change it to XX/XX/XX?

thanks in advance

use dd/MM/yy

Friday, February 24, 2012

format date from 2/25/2006 to 02/25/2006

in footer of my report i show a current date by this

=Format(Today(), "d")

as a result i gave those

3/21/2007

but wont date like this 03/21/2007

How ?

Use this expression:

Format(Today,"MM/dd/yyyy")

Can you please mark my post as answer after that?