changevalueobjectpropertiesscripts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
changevalueobjectpropertiesscripts [2020/05/14 00:22]
wikiadmin
changevalueobjectpropertiesscripts [2020/11/29 13:08] (current)
wikiadmin
Line 33: Line 33:
 </code> </code>
  
 +** Convert the timestamp of the incoming value to a SQL Date/Time **
 +<code JavaScript>
 +new Date(incomingValue.getDate()).toISOString().slice(0, 19).replace('T', ' ');
 +</code>
 +The string can then be used to build a SQL statement
  • changevalueobjectpropertiesscripts.1589433758.txt.gz
  • Last modified: 2020/05/14 00:22
  • by wikiadmin