Accueil > Recherche avancée

Recherche avancée
Sur d’autres sites (617)
-
|affdate
This filter is applied to dates to present them in various formats. |affdate displays the date in text form, e.g. "13 January 2001". [SPIP 1.8] extended the notation of this filter. It can be passed a date formatting parameter that corresponds either to a SPIP format ("’saison’", etc.) or to a (...)
-
|div
The |divxx filter is a mathematical operation filter. It returns the results of dividing (the quotient) the value of the tag by the xx argument passed to the filter. If the tag’s output is not a numeric type, it will be considered as being 0 (zero) and the filter will simply return 0 (zero) : (...)
-
|modulo
The |moduloxx filter is a mathematical operation filter. It returns the remainder of dividing the value of the tag by the value of xx. If the tag’s output is not a numeric type, it will be considered as being 0 (zero) and the filter will simply return 0 (zero). This filter accepts a second (...)