Jump to content

Extension:DateTimeTools

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This extension is maintained by a member of the MediaWiki Stakeholders' Group .
MediaWiki extensions manual
DateTimeTools
Release status: stable
Description Provides date tools in VisualEditor.
Author(s) Hallo Welt! GmbH
Maintainer(s) Hallo Welt! GmbH
Latest version 4.3
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.39 (LTS)
License GNU General Public License 3.0 only
Download
Translate the DateTimeTools extension if it is available at translatewiki.net
 Community Forum

DateTimeTools provides a mechanism to provide date tools in VisualEditor.


Installation

  • Download and move the extracted DateTimeTools folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/DateTimeTools
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'DateTimeTools' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

External links