Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tuxlog

    (@tuxlog)

    Hi,

    wp-forecat uses the default date format set in your blog settings under general. So if you change the date format for your blog, the wp-forecast date is changed accordingly.

    To use a different format you can edit funclib.php and replace line 286

    $av[‘fc_date_format’]=get_option(“date_format”);
    with e.g.
    $av[‘fc_date_format’]=”j. F”;

    You can use every php date string as in your general settings.

    Thread Starter senortiago

    (@senortiago)

    Awesome!

    Thanks a lot sir! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Short Date on Forecast’ is closed to new replies.