SamKrauszQrew Cadet9 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 Captain9 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 ContentCoping with EntraID username changeHistorical Date Change TrackingSnapshot FieldsChanging/setting record ownerchange navigation button so it opens the new location in edit mode