Created
February 22, 2017 22:52
-
-
Save matt40k/db8cf2285c50571588d05d5aa4d1faae to your computer and use it in GitHub Desktop.
SSRS DateFormat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=FormatDateTime(Parameters!DateFrom.Value, DateFormat.ShortDate) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=Format(CDate(Parameters!DateFrom.Value), "Short Date") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment