Formatting for date & time that remains consistent despite users environment

The example below returns the current users day & time in the following format = 03/27/2002 05:36:00 PM
LotusScript


Dim stringvariable as String

stringvariable = Cstr(Format$ (Now , "mm/dd/yyyy hh:mm:ss AM/PM"))

Posted by fbrefere001 on Wednesday March 20, 2002