How can I change date format?

  • saqibmasudi
    Asked on October 8, 2017 at 3:13 AM

    How do i set date format to DD-MM. I do not want Year in the date picker.

  • Sabbir
    Replied on October 8, 2017 at 4:04 AM

    Unfortunately, there is no straight forward approach in date picker to remove the year.

    However, you can try using out Birth Date Picker from the widget list to avail this feature with some minor css change.

    Please follow this walk through image:

    How can I change date format? Image 1 Screenshot 20

    Then, in your form designer panel(top-right round blue icon), go to CSS tab and paste this css code:

    #input_26_year, #sublabel_year

    {display:none}

    Check your ID for year(#input_26_year) from your widget's properties->Advanced->Field Details(at the bottom), and changed the id for year with #input_26_year.

    If you have any further query, please let us know.