代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/323119/13354147
test type_datetime.test
#
# testing different DATETIME ranges
#
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (t datetime);
insert into t1 values (101),(691231),(700101),(991231),(10000101),
www.eeworm.com/read/320465/13426511
js datetime1.js
function tick(language) {
var hours, minutes, seconds;
var intYear, intDate, intHours, intMinutes, intSeconds;
var today;
var intMonth_cn = new Array('1月','2月','3月','4月','5月','6月','7月','8月','9月','
www.eeworm.com/read/320005/13436585
xg0 datetime.xg0
www.eeworm.com/read/320005/13436602
yg1 datetime.yg1
www.eeworm.com/read/320005/13436609
yg0 datetime.yg0
www.eeworm.com/read/320005/13436627
xg1 datetime.xg1
www.eeworm.com/read/309252/13676375
c wgui_datetime.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/308658/13697479
gif icon_datetime.gif
www.eeworm.com/read/238485/13883284
c datetime_un.c
#include "datetime.h"
/* roughly 100x faster than mktime() */
datetime_sec datetime_untai(dt)
struct datetime *dt;
{
int year;
int day;
int mon;
year = dt->year + 1900;
mon = dt->mon;