如果 time 的格式是绝对时间则 now 参数不起作用。如果 time 的格式是相对时间则其所相对的时间由 now 提供,或者如果未提供 now 参数时用当前时间。失败时返回 -1。 <?php echo strtotime (“now”), “\n”; echo strtotime (“10 September 2000”), “\n”; echo strtotime (“+1 day”), “\n”; echo strtotime (“+1 week”), “\n”; echo st
前智能时间
Smart Time Ago是一个小jQuery库,用于智能地更新文档中的相对时间戳。 (例如“ 3小时前”)。
它最初是为 (最初是Pragmatic.ly)构建的。
它受到另一个jQuery插件的启发,但具有更大的灵活性和智能性。
安装
您可以将其用作jQuery插件。
Just copy the lib/timeago.js or src/timeago.coffee to your project folder then load it after jQuery.
或者