Let's say I have a date (not a datetime) value. For example, September 9, 20

Let's say I have a date (not a datetime) value. For example, September 9, 2014. Right now I'm displaying this value on a form using this expression: datetext(rf!dBusinessDate, "dd MMMM yyyy")

Different users see different values depending on what time zone they are in and its relationship to GMT. Some people see 9 Sep. Others are seeing 10 Sep. What I really want is for everyone in every timezone to see 9 September. How do I format dates so that they do not get adjusted?
...

OriginalPostID-121918

OriginalPostID-121918

  Discussion posts and replies are publicly visible