java String and oracle date column
HjavaFeb 29 2012 — edited Feb 29 2012I just wonder , when The user past a java string( from a text field) and on the back the db column type is date, how can I handle the different formate
such as the user may give dd-mm-yyyy, dd/mm/yyyy, mm/dd/yyyy , even o2-Jan-yyyy, 13/13/yyyy does the java script the only way to do that, do Oracle provide any function to handle this problem?
Thank You