代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/366513/2889425
js ext.ux.form.datetime.js
/**
* Ext.ux.form.DateTime Extension Class for Ext 2.x Library
*
* @author Ing. Jozef Sakalos
* @copyright (c) 2008, Ing. Jozef Sakalos
* @version $Id: Ext.ux.form.DateTime.js 11 2008-02-
www.eeworm.com/read/357894/3011507
java datetime_0002ejsp_jsp.java
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class datetime_0002ejsp_jsp extends HttpJspBase {
static {
www.eeworm.com/read/301022/13870077
c time_init.c
////////////////////////////////////////////////////////////////////////////////
#include "general.h"
#include "inb_outb_1.h"
#include "cmos_read.h"
#include "bcd_to_bin.h"
#include "hd_info_st
www.eeworm.com/read/301022/13870611
c do_timer.c
//////////////////////////////////////////////////////////////////////////
#include "general.h"
#include "inb_outb.h"
#include "hd_info_struct.h"
#include "dir_entry.h"
#include "msdos_dir_entr
www.eeworm.com/read/275831/10794537
rb 08 - converting between time and datetime objects.rb
require 'date'
class Time
def to_datetime
# Convert seconds + microseconds into a fractional number of seconds
seconds = sec + Rational(usec, 10**6)
# Convert a UTC offset measured
www.eeworm.com/read/238485/13883243
c now.c
#include
#include "datetime.h"
#include "now.h"
datetime_sec now()
{
return time((long *) 0);
}
www.eeworm.com/read/100285/6271159
c dt.c
/*-------------------------------------------------------------------------
*
* dt.c
* Functions for the built-in type "dt".
*
* Copyright (c) 1994, Regents of the University of California
*
www.eeworm.com/read/470765/6908167
h ds1307.h
#ifndef _DS1307_H_
#define _DS1307_H_
#include
#include
#include
#include
#include "i2c.h"
extern volatile uint8_t cur_datetime[7]
www.eeworm.com/read/138548/5815591
pm offsetonly.pm
package DateTime::TimeZone::OffsetOnly;
use strict;
use vars qw ($VERSION);
$VERSION = 0.02;
use DateTime::TimeZone;
use base 'DateTime::TimeZone';
use DateTime::TimeZone::UTC;
use Params::Validat