Calculating the difference between two dates or timestamps
Let’s say that you have to determine the difference between two dates (represented as strings) and express the result in seconds (which could be positive or negative). How would you do this in VuGen?