*

siken

  • ****
  • 138 posts
IF publications of more than 15 days
« on: August 24, 2018, 07:14:11 PM »
Hello, what is the code to specify the publications of more than 15 days ?. I wanted to put a brand and use the typical IF, but I do not know how to specify publications that have more than 15 days. Thanks in advance...

for example:

Code: [Select]
<?php if osc_format_date(osc_item_pub_date() >15 ) { ?>

here more than 15 days

<?php ?>
« Last Edit: August 24, 2018, 08:23:54 PM by alexandromt »

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 138 posts
Re: IF publications of more than 15 days
« Reply #2 on: August 24, 2018, 09:56:00 PM »
buufff... datetime.dif

*

siken

  • ****
  • 138 posts
Re: IF publications of more than 15 days
« Reply #3 on: August 25, 2018, 12:27:11 AM »
Error again...

Code: [Select]
<?php
$date1
=osc_item_pub_date();
$date2=date_create("now");
$diff=date_diff($date1,$date2);
?>


<?php if($diff >15) { ?>
more 15 days
<?php } else { ?>
less 15 days
<?php ?>
« Last Edit: August 25, 2018, 12:39:27 AM by alexandromt »

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 138 posts
Re: IF publications of more than 15 days
« Reply #5 on: September 05, 2018, 03:24:04 AM »
I'm sorry but I'm not able to deal with the code, if someone can help, I appreciate it ...