Forums

[resolved] how can i do time in my post like on the image? (2 posts)

  1. yozz84
    Member
    Posted 1 year ago #

    how can i do something like on this IMAGE
    in php?

    css is:

    .time {
    	width: 26px;
    	float: left;
    	text-align: center;
    	display: block;
    }
    
    	.time .date {
    		color: black;
    		font-size: 22px;
    		line-height: 17px;
    		margin: 3px auto 0 auto;
    		text-align: center;
    	}
    
    	.time .time {
    		color: white;
    		font-size: 9px;
    		margin: 0 auto;
    		text-align: center;
    	}

    thx for helping me ;)

  2. yozz84
    Member
    Posted 1 year ago #

    ok... i've done it ;)

    <div class="timestamp">
    <div class="date"><?php the_time('d') ?><br /><?php the_time('m') ?><br /><?php the_time('y') ?></div>
    <div class="time"><?php the_time('G:i'); ?></div>
    </div>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags