Skip to main content
Nintex Community Menu Bar
Solved

Date functions in Nintex

  • August 23, 2017
  • 2 replies
  • 37 views

Forum|alt.badge.img+7

Hi,

 

I am grabbing a date from a field (see below for field setting). The date is showed in screen as '23/08/2017' but when I see it in workflow, is showing unnecessary time. How can I remove the time aspect?

 

Workflow history: How can I remove the time aspect of the date being used in workflow?

 

In workflow, I set variable as 'CurrentDate' and set it as text. But it is still grabbing this time (which I did not set!) How can I remove the time?

Thank you!

Best answer by snathan

I was able to resolve it by adding a regular expression item and putting this expression

Td{2}:d{2}:d{2}Z

2 replies

Forum|alt.badge.img+7
  • Author
  • 35 replies
  • Answer
  • August 23, 2017

I was able to resolve it by adding a regular expression item and putting this expression

Td{2}:d{2}:d{2}Z

Forum|alt.badge.img+11
  • Scholar
  • 113 replies
  • August 25, 2017

One to remember. Thank you.