Hi,
I want to store the transaction date by converting into string format(dd-mon-yyyy) and that should stored in a variable for some personalization. Actually I am able to convert the transaction date into string format , But the problem is transaction date is differ for each customers.
Previously I had done with following method using java script activity
1. Created one attribute in schema
2. Converted the transaction date into string format
3. Using xtk.session.Write method() stored the string_format of transaction date.
But is there any possibility to store all transaction date under single variable and the same should be used for personalization.