DateUtils

public struct DateUtils

Undocumented

  • Undocumented

    Declaration

    Swift

    public init()
  • Converts to a NSDate object a string that comforms to the following format yyyy-MM-dd HH:mm:ss ZZZ.

    Declaration

    Swift

    public func convertStringToNSDate(dateString: String?) -> Date?
  • Converts a NSDate object to a string that follows the following format: yyyy-MM-dd HH:mm:ss ZZZ.

    Declaration

    Swift

    public func convertNSDateToString(nsDate: Date?) -> String?