SamKrauszQrew Cadet8 years agoChange text field to date:timeHow can I change this: shipment-date 2017-06-25T04:59:14+00:00 which is now a text field to this: 2017-06-25 04:59:14 as a date/time field What is the formula syntax to do it?
QuickBaseCoachDQrew Captain8 years agore: Any idea what this is?yes: Sloppiness on my part :)OK, let's try that againTry thisvar Date DatePart = ToDate(Left([shipment-date],"T"));var TimeOfDay TimePart = ToTimeOfDay(Right([shipment-date],"T"));ToTimeStamp($DatePart, $TimePart )
Related ContentSnapshot FieldsHistorical Date Change TrackingFire changes in a user field -- use a surrogate field?Trigger RULE is there is a change in an attachment fieldAuto change record to 'Expired' when copied.