代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/258215/4358609
java datetime.java
/*
$Author: $
$Date: $
$Revision: $
$NoKeywords: $
*/
package jp.co.ntl;
public class DateTime implements java.io.Serializable {
/**
*
*/
private static final long
www.eeworm.com/read/257673/4361637
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/255500/4374246
vmsbuild datetime.vmsbuild
#
# sample.vmsbuild
#
# $Id: //poco/1.2/Foundation/samples/DateTime/DateTime.vmsbuild#1 $
#
EXE=DateTime
DateTime
www.eeworm.com/read/255500/4374248
cpp datetime.cpp
//
// DateTime.cpp
//
// $Id: //poco/1.2/Foundation/samples/DateTime/src/DateTime.cpp#1 $
//
// This sample demonstrates the DateTime class.
//
// Copyright (c) 2004-2006, Applied Informatics Software
www.eeworm.com/read/255500/4374287
h datetime.h
//
// DateTime.h
//
// $Id: //poco/1.2/Foundation/include/Poco/DateTime.h#1 $
//
// Library: Foundation
// Package: DateTime
// Module: DateTime
//
// Definition of the DateTime class.
//
// Copyrigh
www.eeworm.com/read/255500/4374826
cpp datetime.cpp
//
// DateTime.cpp
//
// $Id: //poco/1.2/Foundation/src/DateTime.cpp#1 $
//
// Library: Foundation
// Package: DateTime
// Module: DateTime
//
// Copyright (c) 2004-2006, Applied Informatics Software
www.eeworm.com/read/161438/5554149
c datetime.c
#include
void main(void)
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/158865/5592681
c datetime_.c
/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU Fortran libU77 library.
This library is free software; you can redistribute it and/or modify it
under the ter
www.eeworm.com/read/158683/5596496
h datetime.h
//-< DATEIME.H >-----------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/155067/5629866
aspx datetime.aspx
public void Page_Load(Object sender, EventArgs e) {
lblDateTime.Text = DateTime.Now.ToString("D");
}
Localized Date/Time: