Localized Date Validator
        Posted  
        
            by Blithe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blithe
        
        
        
        Published on 2010-03-15T16:02:32Z
        Indexed on 
            2010/03/29
            11:53 UTC
        
        
        Read the original article
        Hit count: 301
        
Is there a way to use user's culture to localize the Range Validator for date? I am looking for a good way to validate date and avoiding to provide a fix format (e.g.: do a dd/mm/yyyy using Regular Expression Validator)
© Stack Overflow or respective owner