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

(-)src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java (-1 / +1 lines)
Lines 226-232 Link Here
226
    	
226
    	
227
    	// Otherwise, check it's only made up, in any case, of:
227
    	// Otherwise, check it's only made up, in any case, of:
228
    	//  y m d h s - / , . :
228
    	//  y m d h s - / , . :
229
    	if(fs.matches("^[yYmMdDhHsS\\-/,. :]+$")) {
229
    	if(fs.matches("^[yYmMdDhHsSAP\\-/,. :]+$")) {
230
    		return true;
230
    		return true;
231
    	}
231
    	}
232
    	
232
    	

Return to bug 44977