Displaying page
of
 pages;
Items  to 
    
    
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^([0]?[1-9]|[1|2][0-9]|[3][0|1])[./-]([0]?[1-9]|[1][0-2])[./-]([0-9]{4}|[0-9]{2})$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Validate brazilian date formats: dd/mm/yyyy or d/m/yy or d.m.yyyy
with separators: . - /
Valid dates only! d (1-31)/ m (1-12)/ y (0..)
(rizzipereira.com.br)
For American date format: http://www.regexlib.com/REDetails.aspx?regexp_id=932 
                     | 
                
                
                    | 
                        Matches | 
                    
                         10/03/1979 | 1-1-02 | 01.1.2003 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         10/03/197 | 09--02--2004 | 01 02 03 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Diego dos Santos
                        
                     | 
                
            
        
            
                
                    | 
                        Title | 
                    
                        Test
                        Details
                        
                        
                            Pattern Title
                        
                     | 
                
                
                    | 
                        Expression | 
                    
                         
                            ^([0]?[1-9]|[1][0-2])[./-]([0]?[1-9]|[1|2][0-9]|[3][0|1])[./-]([0-9]{4}|[0-9]{2})$
                         
                     | 
                
                
                    | 
                        Description | 
                    
                         Validate american date formats: mm/dd/yyyy or m/d/yy or m.d.yyyy with separators: . - /
Valid dates only! m (1-12)/ d (1-31)/ y (0..)
(rizzipereira.com.br)
For Brazilian date format: http://www.regexlib.com/REDetails.aspx?regexp_id=250 
                     | 
                
                
                    | 
                        Matches | 
                    
                         10.03.1979 | 12/30/2004 | 01/01/2004 
                     | 
                
                
                    | 
                        Non-Matches | 
                    
                         09--02--2004 | 15-15-2004 | 13/12/2004 
                     | 
                
                
                    | 
                        Author | 
                    
                        Rating:
                            
 
                        
                            Diego dos Santos
                        
                     | 
                
            
        
    
        
        
   Displaying page
of
 pages;
Items  to