Content deleted Content added
pm match |
fix? again |
||
Line 101:
function periodHourAdd(period)
if (period == 'pm' or period == 'p.
return 12
else
Line 142:
-- Time period - a.m./p.m. (before letters)
local foundPositionStart, foundPositionEnd, foundMatch = seekString:find('^
if (foundPositionStart) then
currentPosition = foundPositionEnd + 1 -- this is our new start ___location
|