We often see in the comments how many days ago, how many hours ago.The principle of implementation: now time-past time to get the difference between the comparisonBelow I define a helper class, you can directly reference, parameter is the time
Js implementation time shows a collection of methods several days ago, several hours ago, or a few minutes ago, js a few days ago
Here we summarize common methods for displaying the js implementation time several days ago, several hours ago, or
On the Sina Weibo homepage, you can see that the time displayed after each microblog is not in the standard year-month-day format, but the time difference after conversion, for example: published five minutes ago and two hours ago, similar functions
Here is a summary of the JS implementation time to display a few days ago, a few hours ago or a few minutes before the common methods. Share to everyone for your reference. Specifically as follows:
Method One:
The personal practice is to save the
On the Sina Weibo homepage, you can see that the time displayed after each microblog is not in the standard year-month-day format, but the time difference after conversion, for example: posted 5 minutes ago and 2 hours ago, it looks more intuitive
To implement similar functions, use JS as follows:
I. javascript function implementation:Instance 1:Copy codeThe Code is as follows:// JavaScript Functions:Var minute = 1000*60;Var hour = minute * 60;Var day = hour * 24;Var halfamonth = day * 15;Var
Front-end time personalization plugin Jquery.timeago.jsKeywords:time formatting just n minutes ago N hours ago N days ago N months ago N years agoMm-dd hh:mm or Yyyy-mm-ddFront End:
spanclass="time" title="2016-07-23 12:02:32">span>
To achieve similar functions, using JS can be implemented as follows:
One, JavaScript function implementation:Example 1:
Copy Code code as follows:
JavaScript functions:
var minute = 1000 * 60;
var hour = minute * 60;
var day = hour *
Jency LeeLinks: http://www.cnblogs.com/Jency/articles/C_Cplusplus_define.html1. Simple define Definition #define MaxTime + A simple maxtime is defined, which represents 1000 if you write in the program if (i Compiler replaces maxtime with 1000
For a long time, macro definition # define is used to define some simple constants. At most, it is used to define a function. It seldom pays attention to macro definition usage. Until the following code is displayed:
#define PLAYSOUNDEFFECT(...) \[[
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.