Skip to main content
Nintex Community Menu Bar

How to create a Regular Expression to Remove forward slashes from Date fields

  • May 8, 2020
  • 2 replies
  • 64 views

Forum|alt.badge.img

I'm trying to replace forward slashes in date fields like mm/dd/yyyy to get mmddyyyy. Not able to make a regular expression work. Please note I will be using variables like 

{Common:CurrentDate} or create my own workflow variables. Thanks. 

2 replies

Forum|alt.badge.img+12
  • Scholar
  • May 8, 2020

@ash0411 ....instead why don't you use format date function?


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • May 12, 2020

Hi,

 

The regular expression action would look like :

The pattern is an escaped forward slash / and not a capital V lol.

7761iC7035EF8CB0BA644.png