GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DateTime::Functions(3) User Contributed Perl Documentation DateTime::Functions(3)

DateTime::Functions - Procedural interface to DateTime functions

    use DateTime::Functions;
    print today->year;
    print now->strftime("%Y-%m-%d %H:%M:%S");

This module simply exports all class methods of DateTime into the caller's namespace.

Unless otherwise noted, all methods correspond to the same-named class method in DateTime. Please see DateTime for which parameters are supported.

All constructors can die when invalid parameters are given. They all return "DateTime" objects, except for "duration()" which returns a "DateTime::Duration" object.
  • datetime( ... )

    Equivalent to "DateTime->new( ... )".

  • duration( ... )

    Equivalent to "DateTime::Duration->new( ... )".

  • from_epoch( epoch => $epoch, ... )
  • now( ... )
  • today( ... )
  • from_object( object => $object, ... )
  • last_day_of_month( ... )
  • from_day_of_year( ... )

  • default_locale( $locale )

    Equivalent to "DateTime->DefaultLocale( $locale )".

  • compare
  • compare_ignore_floating

DateTime

唐鳳 <cpan@audreyt.org>

唐鳳 has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law.

Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.

This work is published from Taiwan.

<http://creativecommons.org/publicdomain/zero/1.0>

2016-07-03 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.