1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -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

        CommentAdd your comment...