-
Notifications
You must be signed in to change notification settings - Fork 18
ppl bday
Henry Catalini Smith edited this page Oct 31, 2021
·
2 revisions
name: bday summary: List, show or change birthdays synopsis: | ppl bday ppl bday ppl bday see_also:
- text: Date.parse href: "http://ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/Date.html#method-c-parse"
- text: color output href: /settings/color-bday
With no arguments, the dates of birth of each contact in the address book are listed.
If a <contact>
is specified, the date of birth of that contact is shown.
If both a <contact>
and a <date>
are given, then the date is stored as the
date of birth of that contact. The <date>
parameter must be a valid date
string parseable by Ruby's
Date.parse
function.
$ ppl bday jdoe 1970-01-01
$ ppl bday adam 1975-06-01
$ ppl bday jdoe
1970-01-01
$ ppl bday
adam: 1975-06-01
jdoe: 1970-01-01