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
DAY(1) User Contributed Perl Documentation DAY(1)

day - print a formatted date

Some of these may work.

  day today
  day tomorrow
  day yesterday
  day next th
  day next thursday
  day last wednesday

  day last week
  day this week
  day last month
  day last mo-fr

  day next first tu
  day next last th

  day 2 weeks away
  day 2 weeks from tomorrow
  print_date(@stuff);

  string_dates(@stuff);

  $date = make_date(@stuff);

  my $date = days_ago($number);

Will eventually do more.

  my @list = next_last('next|last', $date_obj, 'week');

Returns all of the days (inclusive) between $day1 and $day2 (or $now) if $day2 is omitted.

  from($now, $day1, to => $day2);
2022-04-08 perl v5.32.1

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

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