I will need the date to be stored as 2024-01-03 into my distribution list. However, when using the piped text for date: ${date://OtherDate/DS/+1%20day}, I could only get 2024-1-3. Is there a simple way to get the leading zeros?
Page 1 / 1
You can use:
${date://OtherDate/Y/+1 day}-${date://OtherDate/m/+1 day}-${date://OtherDate/d/+1 day}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.