Example:
Assign Vmonth = Now.tostring(“yyyyMM”)
and
V1month = Now.AddMonths(1).tostring(“yyyyMM”)
put into dialog for selection, i encounter below error.
Any help is greatly appreciated!!
i just want to let user select 2 strings that are 2 months (i.e. Aug2023 and Sep2023).