Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >

Change Date Format

Discussion in 'Version 1.x' started by capslock, Sep 9, 2005.

  1. capslock Guest

    Change Date Format

    Is possible to change the way date and time are displayed?
    capslock, Sep 9, 2005
    #1
  2. forma Guest

    Change Date Format

    yep

    Code:
    $insert[review_date] = date("j F, Y",strtotime($insert[review_date]));
    will change it from 30/08/2005 to 30 August, 2005
    forma, Sep 9, 2005
    #2
  3. capslock Guest

    Change Date Format

    where do i have to type it?
    capslock, Sep 9, 2005
    #3
  4. Philipp Guest

    Change Date Format

    Yes, this could be done with the templates (see forma's posting)

    Where do you like to change the date and to which date format? Please post an example.
    Philipp, Sep 9, 2005
    #4
  5. capslock Guest

    Change Date Format

    in review.
    capslock, Sep 10, 2005
    #5
  6. forma Guest

    Change Date Format

    Just add the following code in the php part of the review_header template (I would imagine that's where you want this)

    Code:
    $insert[review_date] = date("j F, Y",strtotime($insert[review_date])); 
    then add $insert[review_date] to the html part, though it should already be there.

    Hope that helps.
    forma, Sep 10, 2005
    #6
  7. renu Guest

    Change Date Format

    my code in php is

    $colvalue = date('Y-m-d', mktime (0, 0, 0, $_POST[$colname."_months"], $_POST[$colname."_days"], $_POST[$colname."_years"]));

    the output is 2008-01-21

    i want it to be displayed as 21-jan-2008
    how to change the code for making the change??
    somebody pls help me..
    renu, Jan 14, 2009
    #7
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.