Searched refs:ymd (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/t/
H A D02_examples.t26 is( $dt->ymd, '1985-04-12' );
32 is( $dt->ymd, '1985-04-12' );
38 is( $dt->ymd, '1985-04-01' );
44 is( $dt->ymd, '1985-01-01' );
50 is( $dt->ymd, '1901-01-01' );
56 is( $dt->ymd, '1985-04-12' );
62 is( $dt->ymd, '1985-04-12' );
68 is( $dt->ymd, '1985-04-01' );
74 is( $dt->ymd, '1985-04-01' );
86 is( $dt->ymd, "
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_dumbclock.c71 struct tm ymd; /* struct tm for y/m/d only */ member in struct:dumbclock_unit
152 up->ymd = *tm_time_p;
256 asserted_tm.tm_year = up->ymd.tm_year;
257 asserted_tm.tm_mon = up->ymd.tm_mon;
258 asserted_tm.tm_mday = up->ymd.tm_mday;
287 up->ymd = *lt_p;
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.52/t/
H A D007_edge.t86 is( $dt->ymd, '2007-08-15' );
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.54/t/
H A D007_edge.t86 is( $dt->ymd, '2007-08-15' );
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcallimts.cpp302 UnicodeString ymd; local
385 ymdToString(cal, ymd) +
392 ymdToString(cal, ymd) +
403 ymdToString(cal, ymd) +
410 ymdToString(cal, ymd) +
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm678 . $potential_return->ymd )
685 . $potential_return->ymd )
718 . $potential_return->ymd )
726 . $potential_return->ymd )
732 . $potential_return->ymd )
738 . $potential_return->ymd )
744 . $potential_return->ymd )
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.54/lib/DateTime/Format/
H A DStrptime.pm678 . $potential_return->ymd )
685 . $potential_return->ymd )
718 . $potential_return->ymd )
726 . $potential_return->ymd )
732 . $potential_return->ymd )
738 . $potential_return->ymd )
744 . $potential_return->ymd )
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DMySQL.pm81 return $dt->ymd('-');
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DMySQL.pm86 return $dt->ymd('-');
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm713 return $dt->ymd('-');
740 return $dt->ymd('-').' '.$dt->hms(':')._format_fractional($dt);
777 return $dt->ymd('-').' '.$dt->hms(':').
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqlanywhere.vim30 syn keyword sqlFunction greater lesser argn string ymd todate
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h2757 enum dateorder { no_order, dmy, mdy, ymd, ydm }; enumerator in enum:time_base::dateorder

Completed in 219 milliseconds