formBuilder
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.
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)