How to use neoDatePickerPlus to pop calendar based on TextInput date - Forum

Forum Navigation
You need to log in to create posts and topics.

How to use neoDatePickerPlus to pop calendar based on TextInput date

Attached is a sample project using the neoDatePickerPlus  plugin. It works as expected. However, when I added an external button to add/decrease the YEAR, the neoDatePickerPlus will call the date based on the pre-set year, which in my case, was set to 2020.  How do I enable the neoDatePickerPlus to pop up the calendar and have the changed year as reflected in the TextInput1  be shown, after pressing the '+1" button?

Uploaded files:
  • You need to login to have access to uploads.

@ronnie just execute neoDatePickerPlus command again and be sure to add the "Start Date" parameter using yyyy-mm-dd format.

Regards

Hi @luishp, I tried but it doesn't work.  Even adding below command in the "+1" button, it still shows the default year 2020.

SetVar [startDD]"[YY]-[MM]-[DD]"
neoDatePickerPlus "TextInput1" "dd-mm-yyyy" "[startDD]" "en" false "days" "days" "bottom left" true [mydate]

You are right. Currently is only possible to select the Start Date once.

Hi @luishp, Thanks for confirming...