Subversion Repositories SmartDukaan

Rev

Rev 15744 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15744 Rev 18108
Line 407... Line 407...
407
				logger.info(orderId+" "+subOrderId + " Ship to date not available " +"\n");
407
				logger.info(orderId+" "+subOrderId + " Ship to date not available " +"\n");
408
				continue;
408
				continue;
409
			}
409
			}
410
			//String shipByDate = nextLine[26];
410
			//String shipByDate = nextLine[26];
411
			SimpleDateFormat createDateFormatter = new SimpleDateFormat("MMM dd, yyyy hh:mm aaa");
411
			SimpleDateFormat createDateFormatter = new SimpleDateFormat("MMM dd, yyyy hh:mm aaa");
412
			SimpleDateFormat shipDateFormatter = new SimpleDateFormat("MMM dd, yyyy HH:mm:ss aaa");//Nov 01, 2014 11:59:59 PM
412
			SimpleDateFormat shipDateFormatter = new SimpleDateFormat("MMM dd, yyyy HH:mm:ss");//Dec 29, 2015 23:59:00
413
			Date flipkartTxnDate = null;
413
			Date flipkartTxnDate = null;
414
			Date shipByDate = null;
414
			Date shipByDate = null;
415
			try {
415
			try {
416
				flipkartTxnDate = createDateFormatter.parse(create_date);
416
				flipkartTxnDate = createDateFormatter.parse(create_date);
417
			} catch (ParseException e) {
417
			} catch (ParseException e) {