Documentation Index

Fetch the complete documentation index at: https://help.frisbii.com/llms.txt

Use this file to discover all available pages before exploring further.

Which date formats can be output on the invoice?

Prev Next

Frisbii Transform supports international date formats. The date format on all generated documents such as invoices, credit notes and reminders is automatically output in the format valid for the customer and depends on the stored language of the customer. For these languages as an example the date format looks like this:

  • Bulgarian:

    • D.M.YYYY r. (one digit days / months)

    • DD.MM.YYYY r. (two digit days / months)

  • English:

    • M/D/YYYY (one digit days / months)

    • MM/DD/YYYY (two digit days / months)

  • English (United Kingdom):

    • DD/MM/YYYY (one and two digit days / months)

  • French:

    • DD/MM/YYYY (one and two digit days / months)

  • German:

    • DD.MM.YYYY (one and two digit days / months)

  • Spain:

    • DD/MM/YYYY (one and two digit days / months)

(D = Day, M = Month, Y = Year)