1
0
-1
1 answer
- 10-1
Hi Rosadilla
If you only allow the current month, you can just use a textfield with a default value of #date.MMM# and set it to readonly.
Reference: Hash Variable#DateHashVariable
Add your comment...
Hi Rosadilla
If you only allow the current month, you can just use a textfield with a default value of #date.MMM# and set it to readonly.
Reference: Hash Variable#DateHashVariable
Dear Experts,
At first, I have parent form which is I put a select box and contains Months. By default, Month will be current Month (October).
How do I control on the sub forms to allow only October month in the date picker?
Thank You