---
title: date humanize
categories: |
date
version: 0.104.0
date: |
Print a 'humanized' format for the date, relative to now.
usage: |
Print a 'humanized' format for the date, relative to now.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `date humanize` for [date](/commands/categories/date.md)
<div class='command-title'>Print a &#x27;humanized&#x27; format for the date, relative to now.</div>
## Signature
```> date humanize {flags} ```
## Input/output types:
| input | output |
| -------- | ------ |
| datetime | string |
| string | string |
## Examples
Print a 'humanized' format for the date, relative to now.
```nu
> "2021-10-22 20:00:12 +01:00" | date humanize
```