How can I have Month/Year data Format

  • cchfd
    Asked on September 2, 2014 at 5:25 PM

    Is there a way to not include the day field?  I only need the Month and Year indicated.

  • jonathan
    Replied on September 2, 2014 at 10:38 PM

    Hi,

    You cannot do this in the DateTime field within the form builder. You can do it if you used the form's full source code and just modify the DateTime field in the source code.

    Or you can use Calculation to concatenate Month and Year field to have Month/Year data.

    Create first the 2 fields (Month and Year) using drop-down field.

    How can I have Month/Year data Format Image 1 Screenshot 30

    There is a special value option for drop-down field that you can use already for the Year data(the "Last 100 Years" option). For the Months, simply use 1-12 numbers.

    Sample form http://www.jotform.me/form/42448558863468

    How can I have Month/Year data Format Image 2 Screenshot 41

     

    Hope this help. Inform us if there is more we can assist you with.

    Thanks!