Added DateIso, DateTimeIso, DateTimeRfc2822 and TimeIso
This commit is contained in:
parent
5bd48a4031
commit
b92b01a6cc
5 changed files with 226 additions and 0 deletions
|
@ -7,6 +7,12 @@ This project provides a set of template renderers.
|
|||
|
||||
- **rife.render.Capitalize**
|
||||
- Capitalizes a template value.
|
||||
- **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.DateTimeRfc2822**
|
||||
- Renders the current date and time in RFC 2822 format.
|
||||
- **rife.render.EncodeBase64**
|
||||
- Encodes a template value to Base64.
|
||||
- **rife.render.EncodeHtml**
|
||||
|
@ -29,6 +35,8 @@ This project provides a set of template renderers.
|
|||
- Translates a template value to/from ROT13.
|
||||
- **rife.render.SwapCase**
|
||||
- Swap case of a template value.
|
||||
- **rife.render.TimeIso**
|
||||
- Renders the current time in ISO 8061 format.
|
||||
- **rife.render.Trim**
|
||||
- Removes leading and trailing whitespace from a template value.
|
||||
- **rife.render.Uncapitalize**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue