• Resolved yozz84

    (@yozz84)


    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 ??

Viewing 1 replies (of 1 total)
  • Thread Starter yozz84

    (@yozz84)

    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>
Viewing 1 replies (of 1 total)
  • The topic ‘how can i do time in my post like on the image?’ is closed to new replies.