Date Format On Form Builder - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Date Format On Form Builder

IP

Ivan Petrovic

SP Page Builder 4 years ago

Hi,

In what file is stored line for date picker for Form Builder? I need to change it from "mm / dd / yyy".

Thanks in advance...

0
8 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #9937

Hello Ivan,

Go to the file location and change the date format.

templates/YOUR TEMPLATE/js/main.js

From

format: 'mm/dd/yyyy',

to

format: 'dd/mm/yyyy',

Thank you!

0
IP
Ivan Petrovic
Accepted Answer
4 years ago #9943

Tried that... and nothing happens. I'm using shaper_helixultimate template. I even tried to add:

    if($('input[name="date"]').length>0){
        jQuery(function($){
          var date_input=$('input[name="date"]'); //our date input has the name "date"
          var options={
            format: 'dd/mm/yyyy',
            todayHighlight: true,
            autoclose: true,
          };
            date_input.datepicker(options);
        });
    }

But with no luck. I cannot even change label from "mm / dd / yyyy" to "Select date"

0
IP
Ivan Petrovic
Accepted Answer
4 years ago #10137

Anyone??

0
IP
Ivan Petrovic
Accepted Answer
4 years ago #10455

Is here support for paid users???

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #14651

Hello there,

My sincere apology for the late reply.

Please, go through the documentation here.

Just follow the exact procedure for Form Builder. Hopefully, it will fix the issue. If not, feel free to give us a buzz.

Have a nice day!

0
IP
Ivan Petrovic
Accepted Answer
4 years ago #14661

Hi, there is no mention of date format in site.php and admin.php of Form Builder addon??

0
IP
Ivan Petrovic
Accepted Answer
4 years ago #19350

???? Nothing from developers??? So disappointed

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #19403

Hello Ivan Petrovic

Sincere apology for the long delay. It is not possible to change the date format. We have used HTML default date format in the Form Builder addon. You can have a look at this forum for more information.

Best regards

0