Date =  alambik .build .date .get  (  )  
                                
Description :

This instruction returns the compilation date for the Alambik Script Interpreter.

Return Value :

  • Date of compilation.

    The date format is (Month Day Year "MMM DD YYYY" : "Jan 01 2002"):
         3 characters for the month ("Jan" for January).
         A 2-digit number for the day ("01" for the first).
         A 4-digit number for the year.

Examples :