CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - DateTime
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - DateTime - List
[
Mathimatics-Numerical algorithms
]
datetime
DL : 0
日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等-Tool functions for calculating datetime. they can calculate days and mseconds form the year 0000, also plus, minus,and comparate of datetime
Date
: 2025-07-07
Size
: 34kb
User
:
站长
[
ISAPI-IE
]
FlatDateTimePicker_src
DL : 0
DateTime选择控件-the selection control of DateTime
Date
: 2025-07-07
Size
: 1kb
User
:
[
Other
]
DateTime
DL : 0
日期时间和字符串类型互换程序,有注释,请多提宝贵意见-Date Time and the string type exchange procedures, it notes, please valuable advice
Date
: 2025-07-07
Size
: 1kb
User
:
[
EditBox
]
datetime
DL : 0
时间控件,很难找的一个控件。好像只有windows系统能用-Time control, it is difficult to find a control. Seems to be the only windows system
Date
: 2025-07-07
Size
: 150kb
User
:
姜冬贤
[
ADO-ODBC
]
PB_datetime
DL : 0
Datetime ctrl for powerbuilder
Date
: 2025-07-07
Size
: 128kb
User
:
gzc
[
Windows Develop
]
dateTime
DL : 0
日期时间支持农历 什么都有 很简单 简短 很好调试-Date Time in support of what the Chinese have a very simple brief good debugging
Date
: 2025-07-07
Size
: 3kb
User
:
蔡鑫
[
JSP/Java
]
DateTime
DL : 0
可以精确到时分秒的带上下午的日期选择器,可以通过配置文件改动时间格式-When every minute can be precisely to put on the afternoon of the date selector, you can change the time format configuration file
Date
: 2025-07-07
Size
: 24kb
User
:
sun
[
OS program
]
DATETIME
DL : 0
这个源代码是C++初学者可学习的源代码,一起学习吧,互相帮助啊-This source code is a C++ beginners can study the source code, study it together and help each other ah
Date
: 2025-07-07
Size
: 5kb
User
:
huying
[
GUI Develop
]
DTpicker
DL : 0
Win32 api DateTime Picker
Date
: 2025-07-07
Size
: 20kb
User
:
Dave
[
JSP/Java
]
Datetime
DL : 0
EXT 时间日期比较大小,非常受用,欢迎下载 -docment datatime
Date
: 2025-07-07
Size
: 17kb
User
:
wyl
[
JSP/Java
]
DateTime
DL : 0
java开发的的经典之作!学习很多东西是需要共享的,积累集体的智慧,打造更强的软件帝国!-The very important source of Java!
Date
: 2025-07-07
Size
: 31kb
User
:
qiangge
[
Other
]
DateTime
DL : 0
完整的日历,带有文本框显示功能,对于一般开发没有问题。-Full calendar, with a text box display, there is no problem for the general development.
Date
: 2025-07-07
Size
: 246kb
User
:
吴战
[
Internet-Network
]
DateTime
DL : 0
一个关于时间的java程序,里面有把时间转化成String类型,如 yyyy/mm/dd 等,里面还有许多函数,可以作为基础函数用,功能很强大。-A java program on time, which has the time into String type, such as ' yyyy/mm/dd' and so on, which many functions can be used as the basis of function, use, powerful.
Date
: 2025-07-07
Size
: 4kb
User
:
liujun
[
OS program
]
datetime
DL : 0
中国农历,有详细的阴历算法-Chinese Lunar New Year, contains a detailed algorithm for the lunar calendar
Date
: 2025-07-07
Size
: 44kb
User
:
马春虹
[
JSP/Java
]
Datetime
DL : 0
一个基于ext js的日期时间控件,本控件是对DateField和TimeField的整合扩展,组合成了带有日历和时分秒的功能完整组件,这在项目中经常用到-Ext js on the date and time control, is the integration of DateField and TimeField expansion, combined with a calendar and time into minutes and seconds of fully functional components, it is useful
Date
: 2025-07-07
Size
: 97kb
User
:
lekihuo
[
Delphi VCL
]
DBEditDateTimePicker
DL : 0
dbedit datetime picker komponent
Date
: 2025-07-07
Size
: 3kb
User
:
kuzu
[
Windows CE
]
datetime
DL : 0
wince时间处理函数,时间转化函数,将字符与控件时间相互转换-wince time to function, time transformation function, conversion between characters and control time
Date
: 2025-07-07
Size
: 3.59mb
User
:
faqu
[
JSP/Java
]
date4j-source
DL : 0
date4j是一个用于简化日期和时间操作的Java工具。可以替换java.util.Date。 示例代码: DateTime dateAndTime = new DateTime("2010-01-19 23:59:59") DateTime dateAndTime = new DateTime("2010-01-19 23:59:59.123456789") DateTime dateOnly = new DateTime("2010-01-19") DateTime timeOnly = new DateTime("23:59:59") DateTime dateOnly = DateTime.forDateOnly(2010,01,19) DateTime timeOnly = DateTime.forTimeOnly(23,59,59,0) DateTime dt = new DateTime("2010-01-15 13:59:15") boolean leap = dt.isLeapYear() //falsedt.getNumDaysInMonth() //31dt.getStartOfMonth() //2010-01-01, 00:00:00.000000000dt.getEndOfDay() //2010-01-15, 23:59:59.999999999dt.format("YYYY-MM-DD") //formats as 2010-01-15 dt.plusDays(30) //30 days after Jan 15dt.numDaysFrom(someDate) //returns an intdueDate.lt(someDate) //less-thandueDate.lteq(someDate) //less-than-or-equal-to- date4j, an alternative to Date, Calendar, and related Java classes. The JDK s treatment of dates is likely the single most suctorial aspect of the Java core libraries. It needs improvement. The main goals of date4j are : ■easy manipulation of dates/times in the Gregorian calendar (the civil calendar used in almost all countries). ■easy storage and retrieval of such dates/times from a relational database. ■a simplified model of civil timekeeping, similar to the model used by many databases.
Date
: 2025-07-07
Size
: 157kb
User
:
whsh
[
.net
]
datetime
DL : 0
在ASP.NET中如何使用日期控件,有了这个,就可以解决一切问题。-datetime use
Date
: 2025-07-07
Size
: 27kb
User
:
杜振飞
[
FlashMX
]
DateTime
DL : 0
Flex自定义时间控件,实现了时间的集成,支持输入与选择-Flex custom DateTime control
Date
: 2025-07-07
Size
: 987kb
User
:
wangguijiang
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.