php 即将发生的事件 - 将日期转换为整数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 即将发生的事件 - 将日期转换为整数相关的知识,希望对你有一定的参考价值。

add_filter( 'posts_where' , 'func_posts_where' );
function func_posts_where( $where ) {
 
global $wpdb;
global $WP_Views;
 
     if(in_array($WP_Views->current_view, array(485))){	//the ID of each "wp_view" this applies to.  Multiple views, separate ID's by commas
         
          $where = str_replace("CAST(mt1.meta_value AS SIGNED)","UNIX_TIMESTAMP(mt1.meta_value)",$where);	//NOTE:  'mt1' is set by the WP View as the first filter added for a custom field.  if a filter is added before the "_EventStartDate" - this will be mt2 or other...
       
     }
    return $where;
}

以上是关于php 即将发生的事件 - 将日期转换为整数的主要内容,如果未能解决你的问题,请参考以下文章

php 事件日历:覆盖默认的iCal导出为超过30个即将发生的事件(仅影响列表,地图和照片视图)。

php 事件日历:覆盖默认的iCal导出为超过30个即将发生的事件(仅影响列表,地图和照片视图)。

如何将日期(“Ymd”)的输出转换为 PHP 中的数字? [复制]

Drupal 6:我如何只在即将到来的日期之前调用“事件”?

PHP 通过PHP Code Widget列出补充工具栏中即将发生的事件

根据子文档日期查找即将发布的文档