Hi
i wanted to add text to my format date time expression so it displays e.g. 24 Jun 2022 at 11:55
is this possible?
FormatDateTime(xxxxxxxxx, "d MMM yyyy HH:mm")))
thanks
Hi Graham,
Just like you add spaces or "-" or ":", you should be able to add any other text you like.
You might have to add some escape characters in front of letters that also have special meaning. I think it´s a "\".
Did you try and not succeed ? I´m not near a computer now, so I can´t try it out myself.
Dorine
hi
that worked, thanks!
i had to use two escape characters
"d MMM yyyy a\t\ HH:mm")))