formBuilder icon indicating copy to clipboard operation
formBuilder copied to clipboard

I am trying to print my form which has an HTML5 date picker, even if the format is dd-mm-yyyy after i initiate the print, the date is coming in reverse order, i.e., yyyy-mm-dd.

Open hidayathBR opened this issue 11 months ago • 0 comments

Description:I am trying to print my form, even if the format is dd-mm-yyyy after i initiate the print, the date is coming in reverse order, i.e., yyyy-mm-dd. I understand that the HTML 5 date picker is internally having the date in the yyyy-dd-mm format, but will there be a work around for the print to actually print it in acc to system format ? ( i have tried with 2 different libraries for print but no luck, react-to-print, kendo pdf)

Environment Details:

  • formBuilder Version:
  • Browser:
  • OS:

Expected Behavior: When i am priniting the form, the date field is printing in yyyy-mm-dd but it should be acc to the system format.

Actual Behavior: When i am priniting the form, the date field is printing in yyyy-mm-dd but it should be acc to the system format.

Steps to Reproduce

Screenshot - (optional)

image image

hidayathBR avatar Mar 05 '24 12:03 hidayathBR