Hi
I want to display date as 02-May-17. If date is 02/05/2017 in record. This is reqd in report.
Thanks
*This post is locked for comments
Hi
I want to display date as 02-May-17. If date is 02/05/2017 in record. This is reqd in report.
Thanks
*This post is locked for comments
Hello use this
FORMAT("Posting Date",0,'<Day,2>-<Month Text,3>-<Year>')
Note:
If Posting date is 05.02.2017 then it reruns like: 02-May-17
Go to RDLC layout and on textbox properties
Select desire format and check
FORMAT(TODAY,0,'<Day,2>-<Month Text,3>-<Year>')
<Day,2><Filler Character, >. <Month Text,3> <Year4>
Hi
I want month name 3 character like Apr. Year 2 digits.
Thanks
FORMAT(TODAY,0,'<Day,2>-<Month Text>-<Year4>')
Hi
Can u pls help how to write in Source Exp. I have written but not working. Format("Posting Date",'did-mmm-YY').
Thanks.
hi
go to your relevant report and follow the instruction given on below link
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156