VGSDateConfigurationProtocol
public protocol VGSDateConfigurationProtocol
Define the methods and properties the date configuration must have
-
Input source type.
Declaration
Swift
var inputSource: VGSTextFieldInputSource { get set }
-
Input date format to convert.
Declaration
Swift
var inputDateFormat: VGSDateFormat? { get set }
-
Output date format to convert.
Declaration
Swift
var outputDateFormat: VGSDateFormat? { get set }