Search:

Type: Posts; User: Ryan7744

Search: Search took 0.51 seconds.

  1. Replies
    3
    Views
    1,102

    Re: Date and SimpleDateFormat Class

    Thank u andbin ... I understood the logic and the code as well .. Thanks a lot
  2. Replies
    3
    Views
    1,102

    Date and SimpleDateFormat Class

    import java.text.SimpleDateFormat;
    import java.util.Date;

    public class Time_Difference{

    public static void main(String[] args) {

    String dateStart = "01/15/2012 09:29:58";
    String...
Results 1 to 2 of 2