- 浏览: 3729 次
- 性别:
- 来自: 杭州
最新评论
文章列表
var da = new Date();
da.setHours(0);
da.setSeconds(0);
da.setMinutes(0);da.setMilliseconds(0);
var dabn = new Date(2009,(8-1),30);
alert(da.toLocaleString()+">"+dabn.toLocaleString()+"="+((da>dabn)?"成立":"不成立"));
var datime1 = new Date(1900,0,1,4,3 ...
- 2009-09-23 16:50
- 浏览 973
- 评论(0)
The database vendor implementations shown in examples below (Microsoft SQL Server, MySQL, Oracle, and PostgreSQL) are discussed in our upcoming book SQL in a Nutshell. There are a great many function calls that are universally supported by the ANSI (American National Standards Institute) standard and ...
- 2009-09-20 00:17
- 浏览 2756
- 评论(0)