og så prøver vi lige en sidste gang... Function ConvertPop3Date(sDate) Dim aDates, sDay, sMonth, sYear, sTime aDates = Split(sDate, " ") sMonth = aDates(2)
if sMonth = "January" then sMonth = "1" elseif sMonth = "February" then sMonth = "2" elseif sMonth = "March" then sMonth = "3" elseif sMonth = "April" then sMonth = "4" elseif sMonth = "May" then sMonth = "5" elseif sMonth = "June" then sMonth = "6" elseif sMonth = "July" then sMonth = "7" elseif sMonth = "August" then sMonth = "8" elseif sMonth = "September" then sMonth = "9" elseif sMonth = "October" then sMonth = "10" elseif sMonth = "November" then sMonth = "11" elseif sMonth = "December" then sMonth = "12" end if
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.