The default value of routing.send.value is ={{$value}} which would set the raw date ISO string. If you override routing.send.value to ={{ new Date($value).getTime() }} you can use javascript inside {{ }} to get the timestamp value from you date string.