开发者

Date Format in Reporting Services

开发者 https://www.devze.com 2023-01-12 04:08 出处:网络
I need to convert this value using expressions in reporting 开发者_StackOverflowservices From 20100804 toDay 04 , Month 08, Year 2010

I need to convert this value using expressions in reporting 开发者_StackOverflowservices From 20100804 to Day 04 , Month 08, Year 2010

Is this possible?


Something like this expression.

= Format(DateTime.ParseExact("20100804", "yyyyMMdd", System.Globalization.CultureInfo.InvariantCulture), "'Day 'dd' , Month 'MM', Year 'yyyy")
0

精彩评论

暂无评论...
验证码 换一张
取 消