you should NEVER convert from floating point to anything else except for display purposes (or when another output vector requires another format, in which case you probably didn't want to use floating point numbers in the first place).
This to prevent losing precision in conversion, and ending up with compound rounding errors.
GrimJack commented: JW - I never thought that you and I would agree on anything but you said what I wanted to say better than I could have +0
pbj.codez commented: I agree sir +2
TokamakFusion commented: Not constructive +0
yusking commented: Yes i do this is what i have but can't proceeed from here. " import java.sql.*; import java.text.DateFormat; import java.text.SimpleDateFormat; public static void main(String[] args) throws ClassNotFoundException{ Class.forName("org.sqlite.JDBC"); +0
jwenting 1,905 duckman Team Colleague
stultuske commented: thanks for correcting me +14
jwenting 1,905 duckman Team Colleague