Configure date formats - Fluid Topics - 3.9

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.9

The following variables are available in Fluid Topics PDF template to configure the date formats.

The date variables are localized according to the template language, or the UI language for generic templates.

  • $formatted-date: the current date (MM/DD/YYYY).
  • $formatted-time: the current time (HH:MM) in 24-hour format.
  • $formatted-short-date
    • fr: 27/09/23 (DD/MM/YYYY)
    • en-US: 9/27/23 (MM/DD/YYYY)
    • ja: 23/09/27 (YYYY/MM/DD)
  • $formatted-medium-date
    • fr: 27 sept. 2023
    • en-US: Sep 27, 2023
    • ja: 2023/09/27
  • $formatted-long-date
    • fr: 27 septembre 2023
    • en-US: September 27, 2023
    • ja: 2023/09/27
  • $formatted-full-date
    • fr: mercredi 27 septembre 2023
    • en-US: Wednesday, September 27, 2023
    • ja: 2023年9月27日
  • The $formatted-iso-date variable corresponds to the fixed YYYY-MM-DD pattern.