<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [TypeHints](./schema.typehints.md) &gt; [dateFormat](./schema.typehints.dateformat.md)

## TypeHints.dateFormat property

Default date format to use when parsing dates. The Codebook can override this at the column level. Default: yyyy-MM-dd TODO: spark has a separate config for datetime. Do we care?

<b>Signature:</b>

```typescript
dateFormat?: string;
```
