Document also the cal-format mini module.
This commit is contained in:
parent
923faa0e84
commit
8d3bb51290
1 changed files with 11 additions and 0 deletions
|
@ -333,3 +333,14 @@ Parses the string and returns a valid cal-day structure.
|
|||
Tries parsing the string as cal-day and returns the result upon
|
||||
success. Upon failure, parses the string as cal-month.
|
||||
|
||||
### Format
|
||||
|
||||
(import cal-format)
|
||||
|
||||
A module for formatting various calendar structures.
|
||||
|
||||
(cal-format v)
|
||||
|
||||
* ```v``` - a valid cal-day or cal-month
|
||||
|
||||
Returns the textual ISO representation of given day or month.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue