RWH
05-15-2001, 11:37 AM
I setup a table in the database like so:
C_REG_USERS underneath I have several fields one which is for datetime. The user fills the registration form out and it dumps the info into the database. I have the datatime field setup like this.
Field Name reg_time
Field Type DATETIME
Length/Set
Attributes
Null NOT NULL
Default 0000:00:00 00:00:00
Extra
It works but when someone does registered in this field it shows something like this
2000-09-
89
93:91:63
Could someone tell me what I am doing wrong?
Joey
:confused:
C_REG_USERS underneath I have several fields one which is for datetime. The user fills the registration form out and it dumps the info into the database. I have the datatime field setup like this.
Field Name reg_time
Field Type DATETIME
Length/Set
Attributes
Null NOT NULL
Default 0000:00:00 00:00:00
Extra
It works but when someone does registered in this field it shows something like this
2000-09-
89
93:91:63
Could someone tell me what I am doing wrong?
Joey
:confused:
