Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • crunch Friend
    #136406

    HI,
    Currently the ‘Bulletin Board’ shows the entry as follows.

    Presidents Message Nov 08
    25.11.08

    How do I change the bulletin Board date formate to the same formate I have for other boxes that are in the format example

    School Resumes
    Jan.05.2009

    Thanks.

    salvaje Friend
    #283639

    Assuming the bulletin board doesn’t have its own language directory you would access your en-GB.ini file to format the date.

    *EDIT* Bulletin Board does come with admin and site language files, but neither deal with the date format from what I see. The below info should work for what you are asking.

    /language/en-GB/en-GB.ini

    PHP Date format information HERE

    DATE_FORMAT_LC4=%M.%d.%Y

    Original data:
    <blockquote># Date format

    DATE_FORMAT_LC=%A, %d %B %Y
    DATE_FORMAT_LC1=%A, %d %B %Y
    DATE_FORMAT_LC2=%A, %d %B %Y %H:%M
    DATE_FORMAT_LC3=%d %B %Y
    DATE_FORMAT_LC4=%d.%m.%y
    DATE_FORMAT_JS1=y-m-d
    %Y-%M-%D=%Y-%M-%D
    %A, %B %E=%A, %B %e</blockquote>

    Replace with:
    <blockquote># Date format

    DATE_FORMAT_LC=%A, %d %B %Y
    DATE_FORMAT_LC1=%A, %d %B %Y
    DATE_FORMAT_LC2=%A, %d %B %Y %H:%M
    DATE_FORMAT_LC3=%d %B %Y
    DATE_FORMAT_LC4=%M.%d.%Y
    DATE_FORMAT_JS1=y-m-d
    %Y-%M-%D=%Y-%M-%D
    %A, %B %E=%A, %B %e</blockquote>

    Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  salvaje 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum