Skip to main content
Nintex Community Menu Bar
Question

formula field to combine date and time into datetime?

  • July 10, 2024
  • 4 replies
  • 94 views

Forum|alt.badge.img+18

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.



This topic has been closed for replies.

4 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

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…


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

Yes. It’s a string in the form “h:mm pm”. Coming from a rest model.


Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Matt:   Javascript concatenation code is   “+”   not &.    Such a little thing. 

The formula  {{CloseDate}} + {{Name}} worked fine for me. 


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

Arg! Thanks, Rob.