This is the eclecticse.iso-8601-date Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:30:20 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
eclecticse.iso-8601-date
Miscellaneous date routines based around ISO-8601 representation.
David K. Trudgett
LLGPL
1.0.0
local-time
(system).
package.lisp
(file).
iso-8601-date.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
eclecticse.iso-8601-date/eclecticse.iso-8601-date.asd
eclecticse.iso-8601-date/package.lisp
eclecticse.iso-8601-date/iso-8601-date.lisp
eclecticse.iso-8601-date/eclecticse.iso-8601-date.asd
eclecticse.iso-8601-date
(system).
eclecticse.iso-8601-date/package.lisp
eclecticse.iso-8601-date
(system).
eclecticse.iso-8601-date/iso-8601-date.lisp
package.lisp
(file).
eclecticse.iso-8601-date
(system).
d/m/y->iso-8601-date
(function).
date-add
(function).
date-diff
(function).
date-portion
(function).
extract-day
(function).
extract-month
(function).
extract-year
(function).
human-date
(function).
iso-8601-date-now
(function).
iso-8601-date-time-now
(function).
iso-8601-time-now
(function).
last-month
(function).
make-iso-8601-date
(function).
num-day-of-week
(function).
*week-days*
(special variable).
day-of-week
(function).
four-digit-str
(function).
two-digit-str
(function).
Packages are listed by definition order.
eclecticse.iso-8601-date
common-lisp
.
d/m/y->iso-8601-date
(function).
date-add
(function).
date-diff
(function).
date-portion
(function).
extract-day
(function).
extract-month
(function).
extract-year
(function).
human-date
(function).
iso-8601-date-now
(function).
iso-8601-date-time-now
(function).
iso-8601-time-now
(function).
last-month
(function).
make-iso-8601-date
(function).
num-day-of-week
(function).
*week-days*
(special variable).
day-of-week
(function).
four-digit-str
(function).
two-digit-str
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Convert a d/m/y date string into ISO 8601 string format. Returns NIL for invalid dates. Does not check leap years for the number of days in February.
Add DAYS number of days to DATE.
Return the number of days between DATE-1 and DATE-2.
Return the date portion of an ISO 8601 date/time string. Assumes that the date string contains hyphen separators, and is therefore exactly ten characters long.
Return the integer day of the month represented by the ISO-8601-DATE.
Return the integer month represented by the ISO-8601-DATE.
Return the integer year represented by the ISO-8601-DATE.
Strip the T from ISO8601 dates, and remove decimal portion of seconds, if any.
Return a string representing the current date in ISO 8601 format.
Return a string representing the current date and time in ISO 8601 format.
Return a string representing the current time in ISO 8601 HH:mm:ss format.
Return ISO 8601 year/month string for the month previous to the current month. Example: if current month is May 2020, return "2020-04".
Given numerical values for the year, month and day, return a string representing the date in ISO 8601 format.
Return the numerical day of the week for DATE.
1 for Sunday, 2 or Monday, etc., up to 7 for Saturday.
Return the English day of the week name for the given DATE.
Convert an integer in the range 0 to 9999 into a four-character string with leading zeroes, if necessary.
Convert an integer in the range 0 to 99 into a two-character string with leading 0, if necessary.
Jump to: | D E F H I L M N T |
---|
Jump to: | D E F H I L M N T |
---|
Jump to: | *
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
* | |||
*week-days* : | Private special variables | ||
| |||
S | |||
Special Variable, *week-days* : | Private special variables | ||
|
Jump to: | *
S |
---|
Jump to: | E F I P S |
---|
Jump to: | E F I P S |
---|