I have a date field and a time field, and I’d like to combine them into a single ui-only datetime field with a formula, but I haven’t gotten very far.
{{date}} & {{time}} isn’t returning anything.
Page 1 / 1
Matt, can you tell me what kind of field that time field is? Must not be standard salesforce, cuz they give you Date/Time fields…
Yes. It’s a string in the form “h:mm pm”. Coming from a rest model.
Matt: Javascript concatenation code is “+” not &. Such a little thing.
The formula {{CloseDate}} + {{Name}} worked fine for me.
Arg! Thanks, Rob.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.