代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/355930/3045805
cpp datetime.cpp
// DateTime.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "DateTime.h"
#include "DateTimeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/355930/3045807
dsp datetime.dsp
# Microsoft Developer Studio Project File - Name="DateTime" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/355930/3045809
dsw datetime.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/355768/3048177
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/354613/3075477
js datetime.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/351862/3098328
js datetime.js
var cal;
var isFocus=false; //是否为焦点
//以上为 寒羽枫 2006-06-25 添加的变量
//选择日期 → 由 寒羽枫 2006-06-25 添加
function SelectDate(obj,strFormat)
{
var date = new Date();
var by = date.getFullYear()
www.eeworm.com/read/266586/4272079
java datetime.java
/********************************************************************
*
* 版权说明,此程序仅供学习参考。不能用于商业
*
********************************************************************/
package org.pook.util
www.eeworm.com/read/265878/4280505
js datetime.js
/***
MochiKit.DateTime 1.3.1
See for documentation, downloads, license, etc.
(c) 2005 Bob Ippolito. All rights Reserved.
***/
if (typeof(dojo) != 'undefined') {
dojo.p
www.eeworm.com/read/264097/4291898
desktop datetime.desktop
[Desktop Entry]
Comment=Set date and time
Exec=systemtime
Icon=DateTime
Type=Application
Name=Date/Time
Name[ja]=日付/時刻
Name[zh_CN]=日期/时间设置
Name[no]=Dato/Tid
Name[de]=Datum/Zeit
Name[hu]=Dátum/Idõ
CanF
www.eeworm.com/read/258704/4352005
h datetime.h
#pragma once
#include "..\..\global.h"
// 时间类型的数据长度
#define DATETIME_TYPE_LENGTH 20
#define DATE_TYPE_LENGTH 12
#define TIME_START_YEAR 1900
DLL_INTERNAL time_t hwGetCurrentTime