You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ControlDoctors.com DeltaV
Hi all,
I have made a small addition to my Toolbar1 to display the date (using
local system date) however it is showing short US format MM/DD/YYYY.
This could be confusing for my operators here in Australia where the
local format is DD/MM/YYYY. I seem to recall DV requires the US date/
time regional format and as such I don't want to go altering this.
To overcome any confusion I have decided to display the date in long
format e.g. June 7 2010. I plan to create a string variable within
Toolbar1.grf and use VB Format(Date, "Long Date") but before i
proceed thought I would throw the question out to the group in case
there is a simpler solution.