get current month and year only without using date/time picker on responsive designer

  • 15 September 2020
  • 8 replies
  • 36 views

Badge +2

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 


8 replies

Userlevel 5
Badge +13

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

Badge +2

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?

Userlevel 3
Badge +8

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,

^^

Badge +2

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

Userlevel 3
Badge +8

Hey @aron_18 ,

 

if you are on Nintex Workflow Cloud :

8969i36E56FDC8432BD36.png

 

Click on Insert to add the formula as shown below :

8974i13E0E5071D35EAC4.png

 

 

Are you on Nintex for SharePoint ? Because it's not exactly the same.

Hope that helps,

^^ 

 

 

Userlevel 5
Badge +13

Hi @aron_18,

 

I have created a video showing how I would solve this problem.

 

 

Cheers,

Euan

 

Badge +2

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")

Badge +2

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") 

 

 

Reply