Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing a JavaScript Date Object in An Access 2000 date field

Status
Not open for further replies.

jerjim

Programmer
Jan 4, 2001
85
PH
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top