Quote:
quote:Originally posted by lucian
why do you use JavaScript to achieve this?
can you not do the changes before update call?
|
the values that change before update are old values and when user change those valuse the valuse that the users changed should be insert to database.so i think i should do changes at the time that the update call.ofcourse I don't know is it a correct way or no.I like to uniderstand if there is a good way for do that.
thank you again because of your useful help(user can now update their new values if they enter yyyy/mm/dd format but if they want just to update one of dates they should change others too.because the old dates that tey entered them before are shown as:dd/mm/yyyy and sql doesn't accept these.