Forum Discussion
saunders
Helper II
9 years agoDate format - Desktop vs. Service
Hi all, I have dates formatted as dd/mm/yyyy in Desktop but when I publish to the service the format get changed to mm/dd/yyyy. How can I force the service to respect my Australian date format a...
irmat
Advocate II
9 years agoHi,
I had the same issue by using SSAS. I noticed that in SSAS the data on the data format on the date column was set to either General or short date. Setting the data format to dd/MM/yyyy fixed the issue.
Hope this helps.
saunders
Helper II
9 years agoHey, thanks for the note, that fixed it.