Guest_imported
New member
- Jan 1, 1970
- 0
What is the best way to format a date on and oracle insert statement ideally (dd-MON-yy) in a jsp.
Right now I am using a prepared statement and assigning the bind variables for the insert statement, but the date is hardcoded at this point
is there a way to use oracles sysdate?
thanks in advance
Right now I am using a prepared statement and assigning the bind variables for the insert statement, but the date is hardcoded at this point
is there a way to use oracles sysdate?
thanks in advance