Domino Code Fragment

Code Name*
Displaying the Date in YY/MM/DD Format
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.13.59.243.194
Description*
If you need to display the date in a YY/MM/DD format, use the following formula:
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
x:=@Text(DateValue;"D0S0");
@Right(x;2)+"/"+@Left(x;5)