1
0
-1

Hi,


We have : 

   Form_A / Table_A With

       Field_A1 : id of Table 1

       Field_A2 : date format yyyy-MM-dd  (date picker, no hour)

   Form_B / Table_B   With

       Field_B1 : id of Table 2

       Field_B2 : FK = id Table 1


Purpose : display on the Form B the date Field_A2 with a hashtag with “dd/MM/yyyy” format, in a html field.


With the hash #binder. Form_A.Field_A2[{binder.Form_B. Field_B2}]#  -> the result is : date display with  “yyyy-MM-dd ” format.

I try : #binder. Form_A.Field_A2[{binder.Form_B. Field_B2}].dd/MM/YYYY#  -> the result is always with “yyyy-MM-dd”.

Is it possible to display this hash with “dd/MM/yyyy” format ?

  1. Anas Misbah Shami

    Are you using date field component to display date?

  2. armand
    • The date field picker was used to enter the date with Form_A.
    • To display the value, the test was to use an html component in the form Form_B.
CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Hi, you could try to use the Date Formatter hash variable plugin available at https://marketplace.joget.com/jw/web/userview/mp/mpp/_/vad?id=date_formatter_hash_variable-1.

      CommentAdd your comment...