Subversion Repositories SmartDukaan

Rev

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

Rev 7875 Rev 7876
Line 134... Line 134...
134
    				tomorrow = false;
134
    				tomorrow = false;
135
    				check = true;
135
    				check = true;
136
    				continue outer;
136
    				continue outer;
137
    			}
137
    			}
138
    		}
138
    		}
139
    		if(tomorrow && days == 1){
139
        	
140
        		tomorrow = true;
140
    		tomorrow = tomorrow && days == 1;	
141
    		}	
-
 
142
    		check= false;
141
    		check= false;
143
    		SimpleDateFormat dateformat = new SimpleDateFormat("EEE dd-MMM-yy");
142
    		SimpleDateFormat dateformat = new SimpleDateFormat("EEE dd-MMM-yy");
144
    		if(tomorrow){
143
    		if(tomorrow){
145
    			businessDayToActualDateMap.put(days, "Tomorrow, " + dateformat.format(now.getTime()));
144
    			businessDayToActualDateMap.put(days, "Tomorrow, " + dateformat.format(now.getTime()));
146
    		}else{
145
    		}else{