Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

DateTime Replacements

Compare
Choose a tag to compare
@kherge kherge released this 15 Oct 02:38
· 31 commits to 2.0 since this release

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 (like replacements) for Box to find and replace with the current date and time.
  • The datetime_format allows you to specify the date format.