1
0
-1

In my data picker in a joget dx enterprise, when I set its data format into dd/MM/yyyy, it will show the data as MM/dd/yyyy, if I set the Date show format into dd/MM/yyyy, it will directly set the display format into dd/mmmm/yyyyyyyy......

Another problem is that when I try to put this value into a jdbc section binder in a Ajax Subform, the data become 33d31562-d04c-45d5-9d18-487e561a450a rather than return me the date....

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      See Date Picker#UISet the "Display Format" property according to this date and time pattern at https://github.com/phstc/jquery-dateFormat.

      1. don lee wei lun

        Thank You Vey Much

      CommentAdd your comment...
    2.  
      0
      -1
      -2

      Another problem is that when I try to put this value into a jdbc section binder in a Ajax Subform, the data become 33d31562-d04c-45d5-9d18-487e561a450a rather than return me the date....

      Looks like you have fields with the same ID, and it overwrites the original value you wanted. Try to find fields with the same ID.



      1. don lee wei lun

        Nope, I have check all forms related and datalist, only one field is having this id and the datalist only show values from this field. Besides, the AJAX Form reload when I make changes on this field.

      CommentAdd your comment...