Products Downloads


French version


Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  • either a number in YYYYMMDD format (8-digit number where the first 4 numbers represent a year, the next 2 represent a month number and the last 2 represent a day number),
  • or 3 numbers representing a year, a month number and a day number respectively.


Parameters

Hardis - Tableau personnalisé
alternateColorstrue

Number

onlyYearOrYMDValue

Number in YYYYMMDD format or year value

Mandatory

Number

monthValue

Month number (value from 1 to 12)

Optional

Number

dayValue

Day number (value from 1 to 31)

Optional: Mandatory if "monthValue" is present



For example

Pas de format
<#assign creationDate = hardisCore.yymmddToDate(1996, 2, 17)/>$>
${ creationDate?iso_utc }

...