# `stringFromDate`

*Function*

## Declaration

```swift
func stringFromDate(_ date: Date) -> String
```

```objc
NSString *stringFromDate(NSDate *date);
```

```python
stringFromDate(date: NSDate) -> str
```

## See Also

### Integers, Tags, and Dates

- [`GSIntToBuffer`](/Core/GlyphsCore/GSIntToBuffer)
- [`GSIntToString`](/Core/GlyphsCore/GSIntToString)
- [`GSFourCharCodeFromTagString`](/Core/GlyphsCore/GSFourCharCodeFromTagString) — Panics if the tag string is not four `unichar` characters long.
- [`GSTagStringFromFourCharCode`](/Core/GlyphsCore/GSTagStringFromFourCharCode)

