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 agoTry thisvar Date DatePart = Left([shipment-date],"T");var TimeOfDay TimePart = 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