Package com.smartgwt.client.util
Interface DateParser
public interface DateParser
Custom parser for converting formatted date strings to live Date objects.
- See Also:
-
Method Summary
-
Method Details
-
parse
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
-