org.springmodules.validation.util.date
Interface DateParser

All Known Implementing Classes:
DefaultDateParser

public interface DateParser

DateParser is a general contract to turn a string into a date or else throw an exception.

Since:
25-04-2005
Author:
Steven Devijver

Method Summary
 Date parse(String str)
           
 

Method Detail

parse

Date parse(String str)
           throws DateParseException
Throws:
DateParseException


Copyright © 2009. All Rights Reserved.