/[cvs]/clearscm.com/lib/DateUtils.pm
ViewVC logotype

Log of /clearscm.com/lib/DateUtils.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 18:37:11 2011 UTC (2 months, 2 weeks ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +49 -48 lines
Diff to previous 1.24
Moved pods inside subs

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 22:21:03 2011 UTC (3 months ago) by andrew
Branch: MAIN
Changes since 1.23: +12 -11 lines
Diff to previous 1.23
Added usage of Utils
Cleaned up Add function.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu May 26 06:06:05 2011 UTC (8 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22
Don't know why this was suddenly required.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Apr 15 21:13:45 2011 UTC (9 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Removed usage of ~~ as that requries Perl 5.10 or greater.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:47:31 2011 UTC (10 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
Changed use parent back to use base. Older versions of Perl don't know about
parent!

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Feb 11 17:36:16 2011 UTC (11 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.19: +355 -7 lines
Diff to previous 1.19
Added new Add, Compare, DateToEpoch and EpochToDate subroutines so supplant the need for the CPAN DateTime module.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 04:59:35 2011 UTC (13 months ago) by andrew
Branch: MAIN
Changes since 1.18: +61 -37 lines
Diff to previous 1.18
Changes for Perl::Critic

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Dec 20 00:23:30 2010 UTC (13 months, 2 weeks ago) by andrew
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17
Exposed ymdhms

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Dec 17 14:16:17 2010 UTC (13 months, 2 weeks ago) by andrew
Branch: MAIN
Changes since 1.16: +39 -35 lines
Diff to previous 1.16
Code cleanup

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:08:24 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.15: +5 -3 lines
Diff to previous 1.15
FIxed up dependencies

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Feb 29 15:08:56 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.14: +324 -310 lines
Diff to previous 1.14
Largely cosmetic changes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 05:50:01 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.13: +54 -12 lines
Diff to previous 1.13
. Added YMDHMS function
. Changed ymdhm -> ymdhms, returning seconds too, that can be ignored
  if needed.
. Changed =begin html's -> =for html
. Added check to Age so insure that $timestamp > today's date.
. Added rudimentary leap day calculations in Age (handles every 4
  years but doesn't handle the century exceptions)
. Fixed bug with SubtractDays
. Timestamp now returns ymdhms instead of ymdhm.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 07:43:55 2008 UTC (4 years ago) by andrew
Branch: MAIN
Changes since 1.12: +31 -26 lines
Diff to previous 1.12
Changed Age subroutine to handle crossing year boundary and leap years (still
doesn't handle centuries not being leap years unless divisable by 400).

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:45:09 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Fixed () -> <>

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:41:11 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Changed email address

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:33:07 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.9: +46 -222 lines
Diff to previous 1.9
Removed =begin html... =end html in favor of =for html.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 07:13:04 2007 UTC (4 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Fixed typo in pod

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 07:11:42 2007 UTC (4 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
Fixed bug in FormatDate

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Sep 1 05:20:15 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6
Added use Display

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 02:50:41 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.5: +10 -9 lines
Diff to previous 1.5
Replaced <description>'s

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 04:05:03 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Removed File::Spec dependency

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 03:58:47 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.3: +655 -4 lines
Diff to previous 1.3
Updated DateUtils.pm adding new routines. Also changed pod documentation
to standard.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 15:38:28 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.2: +6 -6 lines
Diff to previous 1.2
Documentation fixes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 15:35:20 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.1: +199 -52 lines
Diff to previous 1.1
Display.pm

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 06:08:59 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Initial import

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Falcon Knight Inc.">Falcon Knight Inc.
ViewVC Help
Powered by ViewVC 1.1.8