I dette særtema ser vi på, hvordan cloud og AI bliver fundamentet for virksomhedernes digitale forretning, og hvordan de nye muligheder for automatisering og forretningsværdi kan udnyttes uden at miste overblik, sikkerhed og menneskelig kontrol.
select case strMonth case 1 strTxtMonth = "jan" case 2 strTxtMonth = "feb" case 3 strTxtMonth = "mar" case 4 strTxtMonth = "apr" case 5 strTxtMonth = "may" case 6 strTxtMonth = "jun" case 7 strTxtMonth = "jul" case 8 strTxtMonth = "aug" case 9 strTxtMonth = "sep" case 10 strTxtMonth = "oct" case 11 strTxtMonth = "nov" case 12 strTxtMonth = "dec" end select
formattetDate = strTxtMonth & " " & strDay & " " & strYear end function
' // din dato strDate = "20-04-2003" ' // funktionskaldet response.write formattetDate(strDate) %>
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.