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 49.587.977 Times

Wpf Datetime Picker freeware
Filter: All | Freeware | Demo
 

Wpf Datetime Picker

< 1 2 3 4 5 > 
Added: August 17, 2010 | Visits: 1.327

DateTime::Format::Epoch::TAI64 DateTime::Format::Epoch::TAI64 is a Perl module that can convert DateTimes to/from TAI64 values. SYNOPSIS use DateTime::Format::Epoch::TAI64; my $dt = DateTime::Format::Epoch::TAI64 ->parse_datetime( 4611686019483526367 ); # 2003-06-20T19:49:59...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (98): DateTime::Format::Epoch::TAI64 Download

Added: October 03, 2010 | Visits: 694

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 (88): Lingua::ZH::DateTime Download

Added: August 21, 2010 | Visits: 1.213

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 (101): DateTime::Format::Builder::Tutorial Download

Added: July 22, 2010 | Visits: 1.656

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 (197): DateTime::Format::Excel Download

Added: September 13, 2010 | Visits: 876

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 (95): Data::Faker::DateTime Download

Added: May 01, 2010 | Visits: 935

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: 905

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: 912

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 (92): Rose::DateTime Download

Added: October 21, 2010 | Visits: 1.569

Fast Date Picker Fast Date Picker project is a calendar which is easy to integrate into pages that require the users to select a date like on travel sites. Written in ECMAScript, it responds faster to the users clicks than most of the server-side-based or Java-applet-based date pickers often found on travel...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (139): Fast Date Picker Download

Added: May 25, 2010 | Visits: 1.275

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 (158): DateTime::Calendar::Mayan Download

Added: June 11, 2010 | Visits: 1.069

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 09, 2010 | Visits: 2.628

True Color Picker True Color Picker is a PHP class that can be used to present a palette to let the user pick colors. It displays an image with all the tones for the user to pick by clicking in an image point with the desired tone similar to Photoshop. It uses AJAX to update the picker boxes without reloading...


Platforms: *nix

License: Freeware Download (119): True Color Picker Download

Added: July 10, 2010 | Visits: 848

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.002

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 (103): DateTime::Astro::Sunrise Download

Added: July 12, 2010 | Visits: 828

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.262

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 (86): DateTime::Format::Strptime Download

Added: August 15, 2010 | Visits: 1.131

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 (125): DateTime::Calendar::Hebrew Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 546

PCPANEL WPF Components The PCPANEL WPF Components are a rich set of visual controls, based on the Microsoft .NET framework. These multi-purpose controls can be used to create Human Machine Interface (HMI) applications that help your customers visualize their automation processes. The library contains controls like...


Platforms: Windows

License: Freeware Size: 8.89 MB Download (72): PCPANEL WPF Components Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 1.316

ColorWheel Wizard and Control Tools for WPF and Silverlight ColorWheel Wizard and Control Tools for WPF and Silverlight was designed to help developers in any application which edits colors. You can use common patters to create colors like complimentary colors and also compare W3C color values. You can also switch to different types of color wheel: RGB...


Platforms: Windows


Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 913

Bing Maps WPF Control This software development kit (SDK) provides the binaries and programming reference for the Bing Maps WPF Control (Beta). When the installation completes, you can choose to open the Bing Maps WPF Control (Beta) SDK help file (BingMapsWPFControlSDK.chm). Get Bing Maps WPF Control and give it a...


Platforms: Windows, XP, 2003, Windows Vista, 2008, 7

License: Freeware Download (48): Bing Maps WPF Control Download

< 1 2 3 4 5 >