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
- $endDay : mixed
 - string
 - $startDay : mixed
 - string
 - parseDay() : mixed
 - extract day of month from field
 
Properties
$endDay
string
    private
        mixed
    $endDay
    
    
        
    
$startDay
string
    private
        mixed
    $startDay
    
    
        
    
Methods
parseDay()
extract day of month from field
    private
                parseDay(string $dayField) : mixed
    
        Parameters
- $dayField : string