Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have one input box the default value for input box is Date(Today()).
Input box is linked to one variable lets say vFromDate.
When i print vFromDate in List Box it is giving some number and not the date which is given in Input box.
Please help how to fetch the value i.e date from input box.
Thanks
for your variable apply this function date($(vFromDate)) .Best way to test is using a text box.
see the attached sample
Hi Girish,
In the List box, the default date field will show in number format which starts from 42*.
Please apply the appropriate dates functions to the field used in the list box.
If you apply the value Date(Today()) to vFromDate , it should show the date value in list box, how it shows in the variable .
Please find the attachment