Home > database >  Call the data in the asp.net window, to the date of the data window field assignment
Call the data in the asp.net window, to the date of the data window field assignment

Time:10-12

DwOcx. SetItem (1, "FSRQ", new Date (" & lt; % %=DateTime. Now & gt;" )); In.net in writing, this is my field FSRQ time type in PB (datetime), after the assignment is empty, no problem of type string,

CodePudding user response:

For the top! D=====( ̄ del  ̄ *) b

CodePudding user response:

Datetime dtNow
DtNow=datetime (today (), now ())
DwOcx. SetItem (1, "FSRQ", dtNow)
  • Related