DD/MM/YYYY format for now() in infopath:
concat(substring(now(), 9, 2), “/”, substring(now(), 6, 2), “/”, substring(now()) 1, 4)
in Designer:
From → Infopath Forms
Appears to be missing a comma in the last substring
concat(substring(now(), 9, 2), “/”, substring(now(), 6, 2), “/”, substring(now(), 1, 4))
Thank you for your comments.
Fill in your details below or click an icon to log in:
You are commenting using your WordPress.com account. ( Log Out / Change )
You are commenting using your Facebook account. ( Log Out / Change )
Connecting to %s
Notify me of new comments via email.
Notify me of new posts via email.
Δ
Appears to be missing a comma in the last substring
concat(substring(now(), 9, 2), “/”, substring(now(), 6, 2), “/”, substring(now(), 1, 4))
Thank you for your comments.