Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a date format issue,
I want the user to type a date in a variable and then Display it in a text box
In my example attached I type 23/10/2018 and I get 30/12/1899 in the text box
if I type 43031 in the variable it works but it's not what I want 🙂
Thanks a lot
Edouard
Try this:
date('$(v_date_creation)','DD/MM/YYYY')
regards,
mayank
what about
=date(v_date_creation) in text object or try it with other variable
Hello,
Please find below expression.
=Date(Date#('$(v_date_creation)','DD/MM/YYYY'),'DD/MM/YYYY')
Hope this will work.
Regards,
Kiran Naidu