Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mjmcdOriginally posted by: stonysmith
Also, if you're talking about the format displayed by the BRDviewer - there's no option (other than changing to strings) for changing the format it uses.
Thanks i didn't notice the two threads at first.
My scenario is this.
Using a JDBC query node, i connect to our DB and run an sql script. In the script i purposefully added to_date(to_char( etc ) to convert my data into dd/mm/yyyy hh:mm:ss
This works however as soon as i view the data in brd it is displayed as yyyy-mm-dd hh:mm:ss.
Eventually i need to export the data into excel node in the UK style data format.
I've tried various methodes of this, - formatting a template in advance. using lava formatting etc but the best solution I have is excel displaying the dates as a date field in yyyy-mm-dd hh:mm:ss format.
I've checked the server settings and the time and region are all set on English uk time.
How can i get the brd to stop flipping my date formats around ?
Thanks.