Hi Guys,
Is anyone know how to change date format of printout Currently is showing MM/DD/YY. But I will prefer DD/MM/YY
I have already set my date format but the print out still not change
The date format in your Word layout is coming from the report. Check the report if the report is sending the correct format and modify it from there.
Is that a word layout? If so I believe the report would need modifying. Wrap the date in a Format function and choose 4,0 at the end so format(mydate,4,0);
If it is RDLC you may have the chance to use the format tools in there instead.
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1