This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
DateTime Replacements
Thanks to @micheleorselli (PR #115), this release comes with two new configuration options:
{
"datetime": "dateformat",
"datetime_format": "Y-m-d H:i:s"
}
- The
datetime
setting allows you to specify a placeholder value (likereplacements
) for Box to find and replace with the current date and time. - The
datetime_format
allows you to specify the date format.