Created
April 6, 2017 13:22
-
-
Save hwshim0810/42aab2aec41e5ed9b4cea85f08a5ec8e to your computer and use it in GitHub Desktop.
change sqldate format to string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SimpleDateFormat fmt=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); | |
String sDate=fmt.format(dto.getSTIME()); | |
String eDate=fmt.format(dto.getETIME()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment