Any date in JavaScript is stored as the number of milliseconds that have passed since 00:00 January 1, 1970. Subtracting two dates gives you the number of milliseconds between them.
Make the column a Number and use this formula instead:
This is general JavaScript knowledge unrelated to Plumsail Forms, so there is no article in our documentation detailing this. You should be fine without knowing all the ins and outs; making forms usually doesn't require such knowledge, and if you ever face a problem that does, we're here to help.
I can recommend this site if you want to read up on the topic. Their JavaScript guide also seems great.