I want to get current month and year only without using date/time picker on responsive designer?
is there any possible to get that?
can you help me @EuanGamble @emha
I want to get current month and year only without using date/time picker on responsive designer?
is there any possible to get that?
can you help me @EuanGamble @emha
Hi @aron_18,
Thanks for your question. I have recorded a video showing how you can format a date in Nintex New Responsive Forms for Office365.
Cheers,
Euan
HI @EuanGamble
Thanks for the video. I was able to do it.
May I know what is the formula to get previous month using the current date function?
Hi @aron_18 ,
Is it what you search for :
Create a variable with the following function :
formatDate(dateAdd("months",-1,dateNow()),"MM/YYYY")
Hope that helps,
^^
Hi @cecilia-penha ,
Thanks for helping. I have not able to get the result of the previous month on your formula.
See attached picture for the exact view
Hey @aron_18 ,
if you are on Nintex Workflow Cloud :
Click on Insert to add the formula as shown below :
Are you on Nintex for SharePoint ? Because it's not exactly the same.
Hope that helps,
^^
Hi @cecilia-penha ,
I am working on Nintex for SharePoint. Thanks for helping me.
This formula work on my form.
formatDate(dateAddMonths(Current Date, -1),"MMMM yyyy")
Hi @EuanGamble ,
Thank you very much for making another video for my problem. It helps me to come up the formula I want.
This formula works on my end.
formatDate(dateAddMonths(Current Date, -1),"MMMM yyyy")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.