stormtrooper
Programmer
Hi there. I have a formula which displays the min and max values (dates) for a parameter. The formula is
totext(minimum({?Parameter})) + " to " + totext(maximum({?Parameter}))
What my question is is that the date format within the parameter itself is 'm/d/yyyy'. And what I want to know is how do I get that to display in my report as 'yyyy/m/d'?
Thanks
totext(minimum({?Parameter})) + " to " + totext(maximum({?Parameter}))
What my question is is that the date format within the parameter itself is 'm/d/yyyy'. And what I want to know is how do I get that to display in my report as 'yyyy/m/d'?
Thanks