Question Tag: DateTime
Filter by
Filter by
Questions Per Page:
-
I am attempting to get the difference in Time (Hours) between two dates. I am running a Transaction Search with …
- 402 views
- 0 answers
- 0 votes
-
This works: var dt = format.format({type: format.Type.DATE, value: new Date()}); search.create({ type: “supportcase”, filters: [[‘lastmodifieddate’, search.Operator.AFTER, dt]], columns: [“internalid”] }).run().getRange(0, …
- 1K views
- 1 answers
- 1 votes
-
My server is in the Northwest region but our corporate office is on the east coast… I need to be …
- 4K views
- 3 answers
- 0 votes