|
Home > Archive > MS SQL Server Reporting Services > February 2006 > Datetime Parameter Format
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Datetime Parameter Format
|
|
|
| Hi,all
I have a datetime parameter,
I use calendar to select value,but I want to format it as "yyyy-MM"
Any suggest?Can I use expression,how to ?
Kevin Chu
| |
|
|
Just get the value in as datetime format and use
format(Fields!xxx.Value,"yyyy-MM")
--
Tom Stude
"Kevin" wrote:
> Hi,all
> I have a datetime parameter,
> I use calendar to select value,but I want to format it as "yyyy-MM"
> Any suggest?Can I use expression,how to ?
> Kevin Chu
>
| |
|
| =?Utf-8?B?VG9t?= <membership@stude.no> wrote in news:ADC758F7-F6A7-4F56-
8C5C- 1BAD643ABF30@microso
ft.com:
I want to show "yyyy-MM" format in preview,not get the value
>
> Just get the value in as datetime format and use
> format(Fields!xxx.Value,"yyyy-MM")
>
|
|
|
|
|