Date Formating on Responsive Forms O365

  • 21 March 2018
  • 7 replies
  • 7 views

Badge +5

I am new to responsive forms in Nintex O365. I am using the Runtime Function dateAddDays in a value field. This is coming from my control called DateReceived and adding 7 days.

The result appears with both date and time. I would only like to have the date displayed. How can I get this value to display as a date only?

Thank you.


7 replies

Badge +9

Hi Marnita,

The following Runtime syntax should work for you:

formatDate(dateAddDays(DateReceived, 7), "d")

After using the dateAddDays() runtime function, nest it within the formatDate() runtime function and use the "d" date string format.

Thank you,

Sean

Badge +5

Perfect. I wasn't nesting the short code. All my various combinations did not work.

Thanks.

Badge +9

Hi Marnita,

Excellent! Can you please mark my response as the answer for this post? That way when other users look for the same solution they will know an answer has been provided.

Thank you!

Sean

Badge +5

I wanted to do this when your answer first arrived, however, I am unable to locate this option on the post. I would be happy to do so if I could be pointed in the right direction.

Thanks.

Marnita Beal

Business Support Specialist

Assessment Services

500 ACT Dr. | Iowa City, Iowa 52243-0168

319.337.1672

marnita.beal@act.org<mailto:marnita.beal@act.org> | www.ACT.org<http://www.act.org/>

<https://twitter.com/ACT> <https://www.linkedin.com/company/10869?trk=tyah&trkInfo=clickedVertical:company,entityType:entityHistoryName,clickedEntityId:company_company_company_company_company_company_company_company_company_company_company_company_company_company_company_10869,idx:1> <https://www.facebook.com/theacttest> <https://www.instagram.com/actstudent/> <https://www.youtube.com/user/TheACTTest>

Badge +9

Great catch Marnita!

I changed the post to a Question, as it was a 'Discussion' before. You should see a 'Mark Correct' icon in the top right of the response now. 

Thank you!

Sean Fiene

Badge +5

Done. Thank you.

Marnita Beal

Business Support Specialist

Assessment Services

500 ACT Dr. | Iowa City, Iowa 52243-0168

319.337.1672

marnita.beal@act.org<mailto:marnita.beal@act.org> | www.ACT.org<http://www.act.org/>

<https://twitter.com/ACT> <https://www.linkedin.com/company/10869?trk=tyah&trkInfo=clickedVertical:company,entityType:entityHistoryName,clickedEntityId:company_company_company_company_company_company_company_company_company_company_company_company_company_company_company_10869,idx:1> <https://www.facebook.com/theacttest> <https://www.instagram.com/actstudent/> <https://www.youtube.com/user/TheACTTest>

Userlevel 5
Badge +13

Hi @marnita,

 

I am the Product Manager for Nintex Forms and I am on the lookout for people to try the new Responsive designer. We have made a lot of improvements in the area of logic and functions as you were mentioning and would be good to get your feedback.

 

Would be interested in trying out the new designer? It can be enabled in your tenant and would not impact any other forms. Only that you would see an additional designer selection.

 

Please send me an email at euan.gamble@nintex.com - looking forward to hearing from you.

 

Cheers,
Euan

Reply