View | Details | Raw Unified | Return to bug 44373
Collapse All | Expand All

(-)./src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java.orig (-1 / +1 lines)
Lines 210-216 Link Here
210
    	
210
    	
211
    	// Otherwise, check it's only made up of:
211
    	// Otherwise, check it's only made up of:
212
    	//  y m d - / ,
212
    	//  y m d - / ,
213
    	if(fs.matches("^[ymd\\-/, ]+$")) {
213
    	if(fs.matches("^[yYmMdDhHsS\\-/,. :]+$")) {
214
    		return true;
214
    		return true;
215
    	}
215
    	}
216
    	
216
    	

Return to bug 44373