I hava java program , the program get table 'Employees' from oracle Database 11G
the problem is ,
java program get the Hire_Date Column in this format “YYYY-MM-DD 00:00:00.0”
I want get the date in this format “YYYY-MM-DD"
How can I solve This Problem ?
the photo will explian the problem