Table of Contents

nextday Plugin

Compatible with DokuWiki

Greebo, 2011-11-10, Rincewind

plugin Display the date of the closest $WEEKDAY

Last updated on
2018-05-31
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with date, include

Introduction

This simple plugin prints the date of the closest $WEEKDAY, where $WEEKDAY is one of the following: {mon, tue, wed, thu, fri, sat, sun}.

~~NEXTDAY:tue~~

will render as “12 April 2011”

You can use it also to print the closest $WEEKDAY which is also the first, second, third, fourth, fifth or last in the month:

~~NEXTDAY:first tue~~

will render as “3 May 2011”

~~NEXTDAY:last tue~~

will render as “26 April 2011”

Change Log

Discussion

A plugin doesn't have multi language support :-( — Aleksandr 2011/04/08 21:48

just fork it and send pull request