Skip to content

Instantly share code, notes, and snippets.

@matt40k
Created February 22, 2017 22:52
Show Gist options
  • Save matt40k/db8cf2285c50571588d05d5aa4d1faae to your computer and use it in GitHub Desktop.
Save matt40k/db8cf2285c50571588d05d5aa4d1faae to your computer and use it in GitHub Desktop.
SSRS DateFormat
=FormatDateTime(Parameters!DateFrom.Value, DateFormat.ShortDate)
=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