代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/100285/6271174
c datetime.c
/*-------------------------------------------------------------------------
*
* datetime.c
* implements DATE and TIME data types specified in SQL-92 standard
*
* Copyright (c) 1994-5, Regents o
www.eeworm.com/read/100285/6271555
h datetime.h
/*-------------------------------------------------------------------------
*
* datetime.h
* Definitions for the datetime
*
*
* Copyright (c) 1994, Regents of the University of California
*
www.eeworm.com/read/100285/6271966
out datetime.out
QUERY: SELECT ('today'::datetime = ('yesterday'::datetime + '1 day'::timespan)) as "True";
True
----
t
(1 row)
QUERY: SELECT ('today'::datetime = ('tomorrow'::datetime - '1 day'::timespan)) as "Tr
www.eeworm.com/read/100285/6272074
sql datetime.sql
-- *** testing new built-in time types: datetime, timespan ***
-- Shorthand values
-- Not directly usable for regression testing since these are not constants.
-- So, just try to test parser and hope
www.eeworm.com/read/420856/6277054
desktop datetime.desktop
[Desktop Entry]
Comment=Set date and time
Exec=systemtime
Icon=DateTime
Type=Application
Name=Date/Time
Name[ja]=日付/時刻
Name[no]=Dato/Tid
Name[de]=Datum/Zeit
Name[hu]=Dátum/Idõ
Name[zh_CN]=日期/时间
CanFas
www.eeworm.com/read/125603/6280061
gif datetime.gif
www.eeworm.com/read/245405/6329218
gif datetime.gif
www.eeworm.com/read/487286/6518256
class datetime.class
www.eeworm.com/read/487286/6518257
java datetime.java
package thread;
import java.util.Date;
import java.text.SimpleDateFormat;
public class DateTime implements Runnable {
Date nowTime = new Date();
SimpleDateFormat sf;
Thread t;
//构