com.smartgwt.client.util
Interface DateParser


public interface DateParser

Custom parser for converting formatted date strings to live Date objects.

See Also:
DateUtil.setDateParser(DateParser)

Method Summary
 Date parse(String dateString)
          The parse method.
 

Method Detail

parse

Date parse(String dateString)
The parse method. This should take a formatted date string and parse it into a live Date object.

Parameters:
dateString - String representation of the date
Returns:
the date value