Contents - Index


StringToDate (function)

StringToDate(sData ) : date

Use this function to convert a string variable to a date variable. The string variable must contain 8 digits in the format YYYYMMDD for example:
 

$Sdate = "20050131"
$date = StringToDate($Sdate)
  



Alpha List         Category List