Added links to wiki for DateTimeIso

This commit is contained in:
Erik C. Thauvin 2023-03-17 23:10:17 -07:00
parent 9db22d734a
commit a3063eee07

View file

@ -11,10 +11,10 @@ This project provides a collection of template renderers.
## Date/Time Renderers
| Renderer | Description |
|:---------------------------------|:----------------------------------------------------------------|
|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------|
| `rife.render.BeatTime` | Renders the current time in Swatch Internet (.beat) Time format |
| `rife.render.DateIso` | Renders the current date in ISO 8061 format |
| `rife.render.DateTimeIso` | Renders the current date and time in ISO 8061 format |
| [rife.render.DateTimeIso](https://github.com/rife2/rife2-template-renderers/wiki/rife.render.DateTimeIso) | Renders the current date and time in ISO 8061 format |
| `rife.render.DateTimeRfc2822` | Renders the current date and time in RFC 2822 format |
| `rife.render.TimeIso` | Renders the current time in ISO 8061 format |
| `rife.render.Year` | Renders the current year |