---
title: dateFormat
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/csvwritingoptions/dateformat
---

# dateFormat

The format the CSV file generator uses to create date strings.

## Declaration

```swift
var dateFormat: String?
```

## Discussion

Discussion Defaults to nil, which uses ISO 8601 encoding.
