Hi All,
Please help me in creating the calendar script for the following fields if any of the date is supplied.
If the dates selected like, Date=10/12/2019 or Date=10/01/2020 or Date=10/02/2020 current_month, current_year,prior_month and prior_month_year should be generated respectively shown in the table.
current_month | current_year | prior_month | prior_month_year |
Dec | 2019 | Nov | 2019 |
Jan | 2020 | Dec | 2019 |
Feb | 2020 | Jan | 2020 |
Thanks in advance.