0
Welcome Guest! Login
0 items Join Now

SOLVED | Date format

    • Joombler's Avatar
    • Joombler
    • Elite Rocketeer
    • Posts: 715
    • Thanks: 5

    SOLVED | Date format

    Posted 11 years 6 months ago
    • Can you pls tell me where I can alter the date notation as the choices I get do not match my needs:
      This image is hidden for guests.
      Please log in or register to see it.

      Instead, it should be Sunday 13 Ocober 2013 instead (don't mind the Dutch translation as I think I can take care of that).

      Thanks,
      Joombler
    • Last Edit: 11 years 6 months ago by Joombler.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED | Date format

    Posted 11 years 6 months ago
    • template-options.xml of the template

      look for


      <fields name="date" type="chain" label="DATE" description="DATE_DESC">
      <field name="enabled" type="toggle" default="0" label="SHOW"/>
      <field name="position" type="position" translation="false" default="top-d" label="POSITION"/>
      <field name="clientside" type="toggle" default="0" label="DATE_CLIENTSIDE"/>
      <field name="formats" type="dateformats" default="%A, %B %d, %Y" label=" ">
      <option value="%A, %B %d, %Y"/>
      <option value="%B %d, %Y"/>
      <option value="%d %h, %Y"/>
      <option value="%d %h, %y"/>
      <option value="%a, %h %d, %Y"/>
      <option value="%a, %h %d, %y"/>
      <option value="%A, %d %m %Y"/>
      <option value="%A %e %B %Y"/>
      </field>
      </fields>
    • Joombler's Avatar
    • Joombler
    • Elite Rocketeer
    • Posts: 715
    • Thanks: 5

    Re: SOLVED | Date format

    Posted 11 years 6 months ago
    • Thanks, it worked!
      BR, Joombler

Time to create page: 0.059 seconds