Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~341 People Reached
Favorite Tags
Member Avatar for nixlie

Hey again, Im seriosly having difficulty displaying the current date and time in java/jsp. THis is the code im using to get the date and time: public static void main(String args[]) { Date date=new Date(); SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yy"); String strDate = sdf.format(date); System.out.println(""+strDate); } but nothing seems to …

Member Avatar for jwenting
0
163
Member Avatar for nixlie

Hey, I need to implement a database using MS Access. I am currently using a java platform and I dont know how to access the information stored in the database. I have used MySQL database in previous programs but it gave me some problems when loading the application. Can anyone …

Member Avatar for jwenting
0
104
Member Avatar for nixlie

Hey, I need to implement a database using MS Access. I am currently using a java platform and I dont know how to access the information stored in the database. I have used MySQL database in previous programs but it gave me some problems when loading the application. Can anyone …

0
74