Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.569 Times

Datetime software
Filter: All | Freeware | Demo
 

Datetime

< 1 2 3 4 5 > 
Added: October 03, 2010 | Visits: 707

Lingua::ZH::DateTime Lingua::ZH::DateTime is a Perl module to convert time to chinese format. SYNOPSIS This module can convert asctime to chinese format in your locale. you can select china singapore hongkong taiwan locale and gb2312/big5 charset. asctime is ASC C standard format will from localtime like this:... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Lingua::ZH::DateTime Download

Added: August 21, 2010 | Visits: 1.227

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you... Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Added: July 22, 2010 | Visits: 1.670

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object... Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: September 13, 2010 | Visits: 887

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: May 01, 2010 | Visits: 950

DateTime::Calendar::FrenchRevolutionary DateTime::Calendar::FrenchRevolutionary - dates in the French Revolutionary Calendar. SYNOPSIS use DateTime::Calendar::FrenchRevolutionary; $dt = DateTime::Calendar::FrenchRevolutionary->new( year => 8, month => 2, day => 18, ); # convert FrenchRevolutionary->Gregorian... $dtgreg =... Platforms: *nix

License: Freeware Size: 97.28 KB Download (93): DateTime::Calendar::FrenchRevolutionary Download

Added: March 18, 2010 | Visits: 915

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: February 15, 2010 | Visits: 920

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Rose::DateTime Download

Added: May 25, 2010 | Visits: 1.288

DateTime::Calendar::Mayan DateTime::Calendar::Mayan is a Perl module with the Mayan Long Count, Haab, and Tzolkin calendars. SYNOPSIS use DateTime::Calendar::Mayan my $dtcm = DateTime::Calendar::Mayan->new( baktun => 12, katun => 19, tun => 10, uinal => 2, kin => 8, # alternate epoch epoch => DateTime->new(... Platforms: *nix

License: Freeware Size: 16.38 KB Download (164): DateTime::Calendar::Mayan Download

Added: June 11, 2010 | Visits: 1.083

DateTime::Event::Cron DateTime::Event::Cron is a DateTime extension for generating recurrence sets from crontab lines and files. SYNOPSIS use DateTime::Event::Cron; # DateTime::Set construction from crontab line $crontab = */3 15 1-10 3,4,5 */2; $set = DateTime::Event::Cron->from_cron($crontab); $iter =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DateTime::Event::Cron Download

Added: July 10, 2010 | Visits: 860

DateTime::Event::Sunrise DateTime::Event::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Event::Sunrise; my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Event::Sunrise ->sunrise ( longitude... Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): DateTime::Event::Sunrise Download

Added: November 20, 2010 | Visits: 1.015

DateTime::Astro::Sunrise DateTime::Astro::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Astro::Sunrise; ^ my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Astro::Sunrise ->new(-118,33,undef,1);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): DateTime::Astro::Sunrise Download

Added: July 12, 2010 | Visits: 840

DateTime::Locale DateTime::Locale is a Perl module with localization support for DateTime.pm. SYNOPSIS use DateTime::Locale; my $loc = DateTime::Locale->load(en_GB); print $loc->native_locale_name, "n", $loc->long_datetime_format, "n"; # but mostly just things like ... my $dt = DateTime->now( locale... Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): DateTime::Locale Download

Added: August 18, 2010 | Visits: 1.271

DateTime::Format::Strptime DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. SYNOPSIS use DateTime::Format::Strptime; my $Strp = new DateTime::Format::Strptime( pattern => %T, locale => en_AU, time_zone => Australia/Melbourne, ); my $dt =... Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): DateTime::Format::Strptime Download

Added: August 15, 2010 | Visits: 1.144

DateTime::Calendar::Hebrew DateTime::Calendar::Hebrew is a Perl module with dates in the Hebrew calendar. SYNOPSIS use DateTime::Calendar::Hebrew; $dt = DateTime::Calendar::Hebrew->new( year => 5782, month => 10, day => 4 ); DateTime::Calendar::Hebrew is the implementation of the Hebrew calendar. Read on for more... Platforms: *nix

License: Freeware Size: 19.46 KB Download (126): DateTime::Calendar::Hebrew Download

Released: June 03, 2011  |  Added: August 10, 2011 | Visits: 880

DateTime Column ArtfulBits DateTime Column is similar to standard SharePoint DateTime column. Essential feature of our component is cross-browser support (IE, Mozilla, Opera, Safari and Google Chrome compatible). Min and Max date allows to define date range for this column values. The easiest way of adding... Platforms: Windows

License: Shareware Cost: $50.00 USD Size: 1.52 MB Download (114): DateTime Column Download

Released: December 02, 2012  |  Added: December 02, 2012 | Visits: 571

DateTime Calculator DateTime Calculator will let you easily add/subtract dates and time intervals, compare two different dates/times, or find the deadline starting from some date. With just one click, you can add a value to a base date time, or subtract some intervals from a base date time, and get a detailed... Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 699 KB Download (594): DateTime Calculator Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 605

DateTime Report DateTime Report counts all date and time elements for the events based on the current time, and list the difference in the years, months, weeks, days, hours, minutes, seconds unit. Besides, it provides a powerful reminder, which can remind you of the event in any type of recurrence pattern. You... Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 1003.52 KB Download (507): DateTime Report Download

Added: May 10, 2013 | Visits: 227

get_date wrapper to datetime module The datetime module only accepts inputs of time it understands. For example, the months given to it have to be in range of values 1-12. This wrapper works around that issue and enables you to move forward or backward more arbitrary units of time. It does that by changing the year, month, and day... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): get_date wrapper to datetime module Download

Added: June 21, 2013 | Visits: 263

Simple DateTime The simplest Date and Time extension that can possibly be created.With a parameter to set the format, Simple DateTime prints the result of the php date function.If you need anything, please don't hesitate to contact me at mavrosxristoforos@gmail.comAlso, if you want it in a plugin version, mail me. Platforms: PHP

License: Freeware Size: 10 KB Download (41): Simple DateTime Download

Added: September 04, 2013 | Visits: 295

TimePeriod TimePeriod - Python module for determining if a datetime is within a time period. This is a Python version of Perl's Time::Period module. Installation ---------------------------------------- To install from an archive: $ tar zxf TimePeriod-X.Y.tar.gz $ cd TimePeriod-X.Y $ sudo ./setup.py... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): TimePeriod Download

< 1 2 3 4 5 >