VGSDateTextField
@MainActor
public final class VGSDateTextField : VGSTextFieldextension VGSDateTextField: UIPickerViewDelegate, UIPickerViewDataSourceAn object that displays an editable text area. Can be use instead of a VGSTextField when need to show picker view with a Date. It support to define a range of valid dates to select from.
- 
                  
                  Available month Label formats in See moreUIPickerViewDeclarationSwift public enum MonthFormat
- 
                  
                  UIPickerView month label format DeclarationSwift @MainActor public var monthPickerFormat: MonthFormat { get set }
- 
                  
                  DeclarationSwift @MainActor public override var configuration: VGSConfiguration? { get set }
 View on GitHub
            View on GitHub
          