Skip to main content
Nintex Community Menu Bar

date formatting

  • August 28, 2020
  • 2 replies
  • 36 views

Forum|alt.badge.img+2

Lets say I have a columns
Start Date
When using the send Email function 
{Current Item:StartDate}‍ 
when displaying the date it looks like
1/20/2020 0:0:0 
How do I get rid of the time. 

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 30, 2020
Hi,

Use the format date function in your email.
fn-FormatDate(Current Date,"dd/MM/yyyy")

Forum|alt.badge.img+2
  • Author
  • September 1, 2020
I ended up using regex but this works too