You are not logged in.
Pages: 1
Hi Team,
In parameter page, date type field always shows yyyymmdd format, can we change it to dd/mm/yyyy format ?
Regards,
Bhavesh Suthar
Offline
Hi Bhavesh,
try changing the file /etc/main/localization.cf:
<shortDatePattern></shortDatePattern>
<longDatePattern></longDatePattern>
<shortTimePattern></shortTimePattern>
<longTimePattern></longTimePattern>
<shortDateTimePattern></shortDateTimePattern>
<longDateTimePattern></longDateTimePattern>
<numberPattern></numberPattern>
<currencyPattern></currencyPattern>
<integerPattern></integerPattern>
<percentPattern></percentPattern>
Actually, the default shortDateFormat is: y-MM-dd.
Then you have to reload the configuration files: open the terminal CTRL+ALT+T and type "config reload", or restart your reportserver instance.
Cheers,
Eduardo
Offline
Hi
Is this feature only available in enterprise edition ? This is because we tried this steps in community edition but it did not work.
BS
Offline
Hi Bhavesh,
what exactly did not work?
Regards,
Eduardo
Offline
Hi Eduardo,
Thanks for your support, it is working now.
We were supposed to make new parameter, old parameter does not get change automatically.
Please close this case.
Regards,
Bhavesh Suthar
Offline
Pages: 1