JavaScript calculates the week of the month of the year
It is used to calculate the week of the day this month.
2009-03-03
Countdown to multiple products on the same page JS object-oriented javascript
Countdown to multiple products on the same page JS. The object-oriented JavaScript implementation code is based on the code of javascript. If you need it, please refer to it.
2012-02-02
JavaScript time comparison implementation code
In web development, sometimes it is necessary to compare the time in the input box (mainly the start time and the end time). After searching online, I found that many of them are invalid. The following methods are indeed effective after verification by me. I will share them here.
2009-10-10
Regarding js date conversion to milliseconds "Save 20% efficiency and save 9 characters" question
Recently, I was looking at the open source framework of loose coupling that can be customized. I suddenly focused on a way to get milliseconds.
2012-03-03
javascript countdown code
The ideas are good, and they are different from the previous code and are worth learning.
2009-12-12
JavaScript calendar control that supports IE and Firefox
Javascript calendar control supports IE and Firefox, and the effect is pretty good. Friends who need it can refer to it. I have published many similar articles before, and friends who need it can search.
2009-10-10
A good date input Dynamic
[Red] Good date input Dynamic...
2006-11-11
JS operation date By the way, implement the previous week and next week functions
JS itself does not provide the ability to add or subtract dates, so I wrote several methods to operate dates, mainly to implement the addition or subtraction of dates.
2009-10-10
The value range of the JS getMonth() date function is 0-11
I haven't written code in JS for a long time, but when calculating the date, a problem occurred, which troubled me for a long time. Finally, the root of the problem was clarified.
2010-02-02
Introduction to JavaScript time zone function
In the time zone in js, we generally talk about the time difference between Greenwich time and local time, in minutes, which is no different from php and asp. Let's combine the date() function to introduce the related issues of js time zone.
2012-09-09