drupal 视图中的时间戳
我有一个自定义表中的字段,它是时间戳。我需要在 drupal vie 中以实际日期显示此时间戳
I have a field from a custom table which is timestamp. I need to show this timestamp in actual date in drupal vie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
表格向导模块可用于在架构模块。
The Table Wizard module can be used to expose custom tables to Views, with the help of the Schema module.
您需要公开此自定义表才能查看。我相信这需要一个自定义模块。
下面是一篇文章,介绍了一些需要的内容。
http://www.freshblurbs.com/drupal-expose-custom-field-views2
You would need to expose this custom table to view. This would require a custom module I believe.
Below is an article that goes over some of what would be needed.
http://www.freshblurbs.com/drupal-expose-custom-field-views2