Q&D Action button to set Date Value with Lotus Notes Formula Language

A quick and dirty way for doing this. No error checking, big assumptions about the input to the prompt being right. nd := @Prompt([OKCANCELEDIT]; “Enter the New Date”; “YYYY/MM/DD.”; @Today); @If (nd =””;@Return(“”);””); y := @Left (nd;”/”); m := @Left(@Right Continue reading Q&D Action button to set Date Value with Lotus Notes Formula Language