ability to override the Date format settings
Posted: Tue May 17, 2016 8:11 pm
We have the situation where our end users like different date formats, for example one users would like all dates to display as dd/MM/YYYY while another user would like to see all dates as MM/dd/YYYY.
In some cases the date format setting already configured within the MRT files is as follows
{rpt.EndDate.ToString("MM/dd/yyyy")}
is there a way to dynamically control the date format that is displaying on the resulting MRT file?
In some cases the date format setting already configured within the MRT files is as follows
{rpt.EndDate.ToString("MM/dd/yyyy")}
is there a way to dynamically control the date format that is displaying on the resulting MRT file?