Support » Plugins » [Plugin: Custom Field Template] Full month?

  • Resolved matt_ny

    (@matt_ny)


    Is it possible to show a full month like “January”, instead of month number (01), on a post page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Probably you are using date = true attribute. This is an example of how to display as a full month.

    TEMPLATE #0
    [date]
    type = text
    date = true
    outputCode = 0

    CODE #0
    $value = date(‘F’, strtotime($value));

    In the post content, you need to add [cft format=0]. This probably outputs January. Please try it out.

    Thread Starter matt_ny

    (@matt_ny)

    thank you Hiroaki.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Field Template] Full month?’ is closed to new replies.