Display date in YY/MM/DD format

Use this to display the date in a YY/MM/DD format.
Lotus Formula


x:=@Text(DateValue;"D0S0");
@Right(x;2)+"/"+@Left(x;5)

Posted by fbrefere001 on Wednesday February 28, 2001