Hi all,
I need to create a tooltip for an icon dynamically.
The tooltip has to display a date and a quantity.
Both values are set correctly, I have checked both.
But when I pass the date to the tooltip in the front end script, the date is displayed as "01/01/0001".
I have no idea which mistake I have made.
The script is the following:
date = $currentrow.firstDeliveryDate;
quantity = $currentrow.firstDeliveryQuantity;
result = "Late Delivery; Earliest Delivery: "+date+ " / " + quantity;
Can anybody help me?
Best regards,
Janna