Hi. I have the following formula attached to a Button in Lotus Notes Release 6.5.5. The date shows up as mm/dd/yyyy. I would like it as yyyy/mm/dd or yyyy-mm-dd. Prefer the hyphen over the slash. The user types a sentence or two between the words "Hi" and "Thanks,"
Would appreciate any help.
Also, is there any way to retrieve the initials BG rather than including it as quoted text?
Thanks.
MyFirstName:=@Left(@Name([CN]; @Author); " ");
@Command([EditInsertText];@Text(@Today) + " (BG) Hi. Thanks, " + MyFirstName)
Me transmitte sursum, Caledoni!
Would appreciate any help.
Also, is there any way to retrieve the initials BG rather than including it as quoted text?
Thanks.
MyFirstName:=@Left(@Name([CN]; @Author); " ");
@Command([EditInsertText];@Text(@Today) + " (BG) Hi. Thanks, " + MyFirstName)
Me transmitte sursum, Caledoni!