There is a fairly easy way to do this. Create a visible date field with the format you want the user to see. Create a hidden field with the format you want to use for storing the date. Use one of the _custom WSForm variables to convert the format of the visible field to the format of the hidden field. Put the variable in the default value box of the hidden field. Works for me to store all dates in Epoch format.