2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: date to-table
|
|
|
|
layout: command
|
2022-03-04 13:10:09 +01:00
|
|
|
version: 0.59.1
|
2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
Print the date in a structured table.
|
|
|
|
|
|
|
|
## Signature
|
|
|
|
|
|
|
|
```> date to-table ```
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
Print the date in a structured table.
|
|
|
|
```shell
|
|
|
|
> date to-table
|
|
|
|
```
|
|
|
|
|
|
|
|
Print the date in a structured table.
|
|
|
|
```shell
|
|
|
|
> date now | date to-table
|
|
|
|
```
|
|
|
|
|
|
|
|
Print the date in a structured table.
|
|
|
|
```shell
|
|
|
|
> '2020-04-12 22:10:57 +0200' | date to-table
|
|
|
|
```
|