You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
610 B

  1. To use this module, you need to:
  2. #. Install the contract module
  3. #. Use the markers #START# or #END#.
  4. #. With this module installed
  5. it is possible to configure the date format using the LDML
  6. format. See http://babel.pocoo.org/en/latest/dates.html#date-fields
  7. Only date fields are supported.
  8. Examples for 1 September 2018
  9. - #START(MMMM yyyy)# -- September 2018
  10. - #START(d MMMM yy)# -- 1 September 18
  11. - #END(dd MMMM yyy)# -- 01 September 2018
  12. - #END(EEEE dd MMMM yyy)# -- Sunday 01 September 2018
  13. - #START(dd/MM/yyyy) -- 30/09/2018
  14. - #END# -- Default behaviour - Date format on based on partner language