Hi again,

I'd like to add another date format. Lon, short are fine ;-) but I really need a custom one.

Thanks

Comments

sevo’s picture

The date formats are defined in arrays inside system.module, as PHP date() format strings. You could edit or extend these arrays with extra formats of your choice, or replace the select fields in the form with text input fields, so that you can manually enter date format strings from the browser surface (which of course creates pitfalls if there are non-programmers that administer the site in question).

Sevo