BIBTEXMONTHPARSE
in package
BibTeX MONTH import class
BibTeX month field can come in as: jan "8~" # jan jan#"~8"
where # is concatenation and '~' can be any non-numeric character. The number must be extracted for use in the WIKINDX 'day' field.
Entries of type jun # "-" # aug are reduced to just the first month.
Table of Contents
Methods
- init() : array<string|int, mixed>
- Start the process
Methods
init()
Start the process
public
init(string $monthField) : array<string|int, mixed>
Parameters
- $monthField : string
Return values
array<string|int, mixed> —(startMonth, startDay, endMonth, endDay)