Class StringToTimestampConverter

java.lang.Object
org.javalite.conversion.ConverterAdapter<String,​Timestamp>
org.javalite.conversion.StringToTimestampConverter
All Implemented Interfaces:
Converter<String,​Timestamp>

public class StringToTimestampConverter extends ConverterAdapter<String,​Timestamp>
Converts instances of String to Timestamp. This class is thread-safe.
Author:
Eric Nielsen