Module:Date Stuff: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 20: Line 20:
   --Takes the provided variable and seperates it out into a table
   --Takes the provided variable and seperates it out into a table
   --Also makrs if it is only a year or a montha nd year
   --Also makrs if it is only a year or a montha nd year
   date = Split(date, "/")
   date = Split(date, "-")
    
    
   if date[2] == nil then
   if date[2] == nil then

Navigation menu