This is a very small post, where I need to set, user defined list column of type date time to null
I looked into the internet and I haven't found anything related to this. To set date time field to empty, just set "null" to that column
For ex:
listitem.set_item('UserModifiedBy', null)
In the above code snippet, UserModifiedBy is of type "Date and Time" which is not a required field and allow nulls
I looked into the internet and I haven't found anything related to this. To set date time field to empty, just set "null" to that column
For ex:
listitem.set_item('UserModifiedBy', null)
In the above code snippet, UserModifiedBy is of type "Date and Time" which is not a required field and allow nulls