代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/392379/2497778
properties global.properties
global.format.date={0,date,yyyy-MM-dd}
global.format.time={0,date,HH:mm:ss}
global.format.datetime={0,date,yyyy-MM-dd HH:mm:ss}
global.format.percent = {0,number,##0.00'%'}
global.format.money = {
www.eeworm.com/read/392379/2497857
properties global_en_us.properties
global.format.date={0,date,yyyy-MM-dd}
global.format.time={0,date,HH:mm:ss}
global.format.datetime={0,date,yyyy-MM-dd HH:mm:ss}
global.format.percent = {0,number,##0.00'%'}
global.format.money = {
www.eeworm.com/read/392379/2497860
properties global_zh_cn.properties
global.format.date={0,date,yyyy-MM-dd}
global.format.time={0,date,HH:mm:ss}
global.format.datetime={0,date,yyyy-MM-dd HH:mm:ss}
global.format.percent = {0,number,##0.00'%'}
global.format.money = {
www.eeworm.com/read/392379/2497878
properties global.properties
global.format.date={0,date,yyyy-MM-dd}
global.format.time={0,date,HH:mm:ss}
global.format.datetime={0,date,yyyy-MM-dd HH:mm:ss}
global.format.percent = {0,number,##0.00'%'}
global.format.money = {
www.eeworm.com/read/358128/3004934
test type_date.test
#
# test of problem with date fields
#
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
create table t1 (a char(16), b date, c datetime);
insert into t1 SET a='test 2000-01-01', b='20
www.eeworm.com/read/353219/3088217
task 副食品.task
Nested=false
TableType=agri_jghq
VisitBeginUrl=http://www.ahnw.gov.cn/scxx/schq/index.asp?datetime=&page=2&zl=40副食品&diqu=&chanpin=&dl=01农副&NewDay=0
VisitKey=page
StartPageNum=1
EndPageNum=10
incPageN
www.eeworm.com/read/353219/3089320
task 副食品.task
Nested=false
TableType=agri_jghq
VisitBeginUrl=http://www.ahnw.gov.cn/scxx/schq/index.asp?datetime=&page=2&zl=40副食品&diqu=&chanpin=&dl=01农副&NewDay=0
VisitKey=page
StartPageNum=1
EndPageNum=10
incPageN
www.eeworm.com/read/414839/11100164
sql 2.5.1 查询指定日期段内过生日的人员.sql
--测试数据
DECLARE @t TABLE(ID int,Name varchar(10),Birthday datetime)
INSERT @t SELECT 1,'aa','1999-01-01'
UNION ALL SELECT 2,'bb','1996-02-29'
UNION ALL SELECT 3,'bb','1934-03-01'
UNION ALL SELECT
www.eeworm.com/read/414839/11100175
sql 7.3.2 根据分类表实现的分页存储过程.sql
--要分页的原始数据
CREATE TABLE tb(
ID int PRIMARY KEY, --记录编号
grade varchar(10), --类别名称
uptime datetime) --更新时间
INSERT tb SELECT 1 ,'a','2004-12-11'
UNION ALL SELECT 2 ,'b','2004-12-11'
www.eeworm.com/read/414392/11114546
sql 2.5.1 查询指定日期段内过生日的人员.sql
--测试数据
DECLARE @t TABLE(ID int,Name varchar(10),Birthday datetime)
INSERT @t SELECT 1,'aa','1999-01-01'
UNION ALL SELECT 2,'bb','1996-02-29'
UNION ALL SELECT 3,'bb','1934-03-01'
UNION ALL SELECT