# `readDate`

*Function*

## Declaration

```swift
func readDate(_ line: UnsafePointer<CChar>!, _ length: UInt) -> Date!
```

```objc
NSDate *readDate(const char *line, NSUInteger length);
```

```python
readDate(line: str, length: int) -> NSDate
```

## See Also

### Values

- [`String2Float`](/Core/GlyphsCore/String2Float)
- [`readInt`](/Core/GlyphsCore/readInt)
- [`readHex`](/Core/GlyphsCore/readHex)
- [`readFloat`](/Core/GlyphsCore/readFloat)
- [`readFloatList`](/Core/GlyphsCore/readFloatList)
- [`readIntList`](/Core/GlyphsCore/readIntList)
- [`readPoint`](/Core/GlyphsCore/readPoint)
- [`readColor`](/Core/GlyphsCore/readColor)
- [`dateFromString`](/Core/GlyphsCore/dateFromString)
- [`readTransformation`](/Core/GlyphsCore/readTransformation)

