Module:Date Stuff: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 91: Line 91:
     secondDate = convertShortDate(secondDate, calendar)
     secondDate = convertShortDate(secondDate, calendar)
   elseif firstDate == nil then
   elseif firstDate == nil then
     if secondDate == nil then
     return writeDate(convertShortDate(secondDate))
      return nil
    else
      return writeDate(convertShortDate(secondDate))
    end
   end
   end
    
    

Navigation menu