What is the correct syntax for storing the date and time of a JavaScript Date Object in an Access 2000 datefield? Is the following statement correct?
oRecordSet( "dtLoginLast" ).value = d
dtLoginLast is an Access 2000 date field
d is a JavaScript date object
I need to store both the date and time
oRecordSet( "dtLoginLast" ).value = d
dtLoginLast is an Access 2000 date field
d is a JavaScript date object
I need to store both the date and time