> For the complete documentation index, see [llms.txt](https://delphinpro.gitbook.io/voyager-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delphinpro.gitbook.io/voyager-ru/bread/formfields/date-time.md).

# Дата и время

```php
{
    "format" : "%Y-%m-%d"
}
```

В поле ввода даты и метки времени можно ввести дату. В вышеприведенном JSON Вы можете указать значение `format` вывода даты. Это позволяет отображать отформатированную `date` при просмотре и чтении представлений, используя метод Carbon \`formatLocalized()\`\`.
