Android Date or iOS7 Date widget - How can I use the date format dd/mm/yy

  • Prabhubaa
    Asked on October 6, 2019 at 10:28 AM

    Hi,

    For Android Date or iOS7 Date widget - How can I use the date format dd/mm/yy

    Its currently coming to mm/dd/yy and there are no options in the settings to convert the date format. 

  • Vanessa_T
    Replied on October 6, 2019 at 11:13 AM

    Unfortunately, there is no way to customize the widget's date format. You may use the regular Date field if you like control over the date format.

  • Prabhubaa
    Replied on October 6, 2019 at 11:16 AM

    Okay thanks so much. 
    The other date formats are too tiny or too cumbersome for going back to the birth date. 
    e.g. if you have to fill 1974, it will need some good time and tiny fingers. 

  • Vanessa_T
    Replied on October 6, 2019 at 11:38 AM

    You can actually separate the month, day and year fields by disabling the Lite Mode option. This way, your users can easily type in the values without having to click on the calendar icon.

    1570376001The Easiest Online Form Builde Screenshot 10

    Meanwhile, you can add the Custom CSS below to enlarge the fields.

    li[data-type="control_datetime"] input.form-textbox {

    height: 50px;

    font-size: 40px;

    }

    li[data-type="control_datetime"] img {

    height: 50px;

    }

    1570376090Screen Shot 2019 10 06 at 11 Screenshot 21